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
When a controller with a namespace is used to show a Sir Trevor attribute, Rails will prepend the block partial path with that namespace, causing an ActionView::MissingTemplate exception.
When a controller with a namespace is used to show a Sir Trevor attribute, Rails will prepend the block partial path with that namespace, causing an
ActionView::MissingTemplate
exception.It looks like SirTrevorRails::ViewResolver#find_templates should correct the path, but that method is never called by Rails 6.0.3.2.
Example:
Error:
The text was updated successfully, but these errors were encountered: