Skip to content

Fix generating nested models #229

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

Merged
merged 1 commit into from
Dec 9, 2022
Merged

Conversation

dixpac
Copy link
Contributor

@dixpac dixpac commented Dec 3, 2022

This PR fixes error when generating nested models such as:

bin/rails g scaffold admin/role name description

Closes #227

Tis PR fixes error when generating nested models such as:

`bin/rails g scaffold admin/role name description`
@flavorjones flavorjones requested a review from dhh December 7, 2022 19:48
@flavorjones
Copy link
Member

@dhh please review this when you get a moment!

@dhh dhh merged commit e14d23a into rails:main Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

View files generated by scaffold cause ActionView::MissingTemplate when the Model name is nested
3 participants