Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for namespaced models to the resource generator #181

Closed
jensljungblad opened this issue Mar 3, 2016 · 0 comments · Fixed by #180
Closed

Add support for namespaced models to the resource generator #181

jensljungblad opened this issue Mar 3, 2016 · 0 comments · Fixed by #180
Assignees

Comments

@jensljungblad
Copy link
Contributor

jensljungblad commented Mar 3, 2016

This is what remains of #57.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant