You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 24, 2022. It is now read-only.
When rendering an empty collection, @template is nil in render_with_path_comment, hence an error is raised when calling identifier. I suggest checking if @template responds to identifier, and returning content otherwise
When rendering an empty collection,
@templateis nil inrender_with_path_comment, hence an error is raised when callingidentifier. I suggest checking if@templateresponds toidentifier, and returningcontentotherwise