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
Ran into this when generating a controller with a namespace, ex bin/rails g scaffold admin/projects. I ran into a small issue while working with the accessible_by_user and my workaround is creating a minor inconvenient 🐛 .
Follow up to #16
Ran into this when generating a controller with a namespace, ex
bin/rails g scaffold admin/projects
. I ran into a small issue while working with theaccessible_by_user
and my workaround is creating a minor inconvenient 🐛 .Running the command will render:
While everything else on the controller is of this format:
The text was updated successfully, but these errors were encountered: