justDax
Results
2
comments of
justDax
for now It seems to work locally with a quick fix to the file "active_model.rb": ``` def matches_conditions? subject, callback if rails_version >= '4.1' # !@condition || callback.instance_variable_get(:"@#{@condition_type}").include?(@condition) !@condition ||...
Guess I'll change the proc condition with a private method for now, thanks for your time and your suggestions.