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
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
should be 'before_validation_on_create' since 'before_create' comes after validations, which means you can't have validations on the value of 'position'.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
lib/active_record/acts/list.rb:67
http://github.com/rails/acts_as_list/blob/master/lib/active_record/acts/list.rb#L67
should be 'before_validation_on_create' since 'before_create' comes after validations, which means you can't have validations on the value of 'position'.
The text was updated successfully, but these errors were encountered: