1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/lib
Daniele Di Bernardo eb05774531 [Enh] Changed the visibility of the ActiveModel::Dirty#clear_attribute_changes method
In Rails 4.2 it is impossible to define a custom default value for a model's
attribute without making it appear as _changed?, especially when the model
is first initialized. Making this method publicly visible will allow such a behaviour,
without the need to use private APIs.
2014-11-06 19:56:20 +01:00
..
active_model [Enh] Changed the visibility of the ActiveModel::Dirty#clear_attribute_changes method 2014-11-06 19:56:20 +01:00
active_model.rb Autoload ActiveModel::StrictValidationFailed 2014-04-16 22:48:51 +01:00