lib/active_model/dirty.rb in activemodel-3.1.0.rc4 vs lib/active_model/dirty.rb in activemodel-3.1.0.rc5

- old
+ new

@@ -27,10 +27,10 @@ # # class Person # # include ActiveModel::Dirty # - # define_attribute_methods [:name] + # define_attribute_methods = [:name] # # def name # @name # end #