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

Rails 5 generator doesn't insert concern #627

Closed
TheDeadCode opened this issue Apr 30, 2016 · 1 comment
Closed

Rails 5 generator doesn't insert concern #627

TheDeadCode opened this issue Apr 30, 2016 · 1 comment

Comments

@TheDeadCode
Copy link

TheDeadCode commented Apr 30, 2016

See this file install_generator.rb.

It specifies after: "class #{user_class} < ActiveRecord::Base\n". Although Rails 5 doesn't specify ActiveRecord::Base, it specifies ApplicationRecord in the user models.

@TheDeadCode TheDeadCode changed the title Rails 5 generator doesn't insert concert Rails 5 generator doesn't insert concern Apr 30, 2016
@booleanbetrayal
Copy link
Collaborator

Should be fixed via #636

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

No branches or pull requests

2 participants