-
Notifications
You must be signed in to change notification settings - Fork 195
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 4 not supported? #22
Comments
solved with
|
Thanks for the tip. This worked for my Rails 4.1.5 |
raising ArgumentError by using stampable in any model /[email protected]/gems/activerecord-4.1.5/lib/active_record/associations/builder/association.rb:30: |
+1 |
If anybody have problem with association name conflict in Rails 4 use this:
and configure custom associations names with (see last three lines):
I have pushed this few minutes ago, so please test before use at production |
+1 |
running tests now causes:
appears when model_stamper is added into user model
The text was updated successfully, but these errors were encountered: