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
should be 'before_validation_on_create' since 'before_create' comes after validations, which means you can't have validations on the value of 'position'.
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'.