1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/locking
Sean Griffin eb6cee9cf7 Rename attribute related instance variables to better express intent
`@attributes` was actually used for `_before_type_cast` and friends,
while `@attributes_cache` is the type cast version (and caching is the
wrong word there, but I'm working on removing the conditionals around
that). I opted for `@raw_attributes`, because `_before_type_cast` is
also semantically misleading. The values in said hash are in the state
given by the form builder or database, so raw seemed to be a good word.
2014-05-30 09:05:18 -07:00
..
optimistic.rb Rename attribute related instance variables to better express intent 2014-05-30 09:05:18 -07:00
pessimistic.rb [ci skip] avoid deprecation warning in sample code 2013-10-18 22:01:50 +09:00