We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's something I can easily add myself, but just wanted to let you know that the generator is not adding the association properly.
I went ahead and just added the following to user.rb myself:
user.rb
Copied from the generators:
has_many :invitations, class_name: 'DeviseInvitations::Invitation', foreign_key: :sent_by_id, dependent: :destroy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's something I can easily add myself, but just wanted to let you know that the generator is not adding the association properly.
I went ahead and just added the following to
user.rb
myself:Copied from the generators:
The text was updated successfully, but these errors were encountered: