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
Namespaced models are supported, but cannot be generated using the resource generator. The rails resource generator can create namespaced models, controllers and routes if passed a name on the form foo/bar. We should support this too.
Perhaps we can hook into rails generators?
There is a rails generator for creating routes: bin/rails g resource_route blargh/blorgh.
The text was updated successfully, but these errors were encountered:
This is what remains of #57.
Namespaced models are supported, but cannot be generated using the
resource
generator. The railsresource
generator can create namespaced models, controllers and routes if passed a name on the formfoo/bar
. We should support this too.Perhaps we can hook into rails generators?
There is a rails generator for creating routes:
bin/rails g resource_route blargh/blorgh
.The text was updated successfully, but these errors were encountered: