Hi all, I have tested the method changes in ActiveModel::Dirty but it doesn't return any result.
In my ActiveRecord object I call it as documented: > person.changes but it returned null But when I call other methods in the ActiveModel::Dirty module such as `changed` and `changed?`, it returns value(s). Has the method `changes` been implemented, or do I call the method wrongly? Kind regards, Joshua -- http://twitter.com/scrum8 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
