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
Aaron Patterson 83d6cc4815
Move around AR::Dirty and fix _attribute method
We already have a _read_attribute method that can get the value we need
from the model.  Lets define that method in AM::Dirty and use the
existing one from AR::Dirty rather than introducing a new method.
2017-04-14 10:53:47 -07:00
..
active_model Move around AR::Dirty and fix _attribute method 2017-04-14 10:53:47 -07:00
active_model.rb Remove ActiveModel::TestCase from lib 2017-02-07 07:46:52 +09:00