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
class User < ActiveRecord::Base
...
model_stamper
stampable
...
end
I have this message
You tried to define an association named creator on the model User, but this will conflict with a method creator already defined by Active Record. Please choose a different association name. (ArgumentError)
How I can fix it?
The text was updated successfully, but these errors were encountered:
Gemfile
User model
I have this message
How I can fix it?
The text was updated successfully, but these errors were encountered: