diff options
| author | Josh Nesbitt <josh@wearestac.com> | 2011-09-02 13:29:20 +0100 | 
|---|---|---|
| committer | Josh Nesbitt <josh@wearestac.com> | 2011-09-02 13:29:20 +0100 | 
| commit | 36b640e4b56673ade9cf10051dc7624db2497d3a (patch) | |
| tree | d135ee8f1801fae236c16e4bb69766705a4a50f2 | |
| parent | 16aa4330d7a07736ce59ea3a96e57d17fa628a2d (diff) | |
| parent | d0f9f4e66467f7ab6a75c16e1a5b9d00912870cc (diff) | |
| download | rails-36b640e4b56673ade9cf10051dc7624db2497d3a.tar.gz rails-36b640e4b56673ade9cf10051dc7624db2497d3a.tar.bz2 rails-36b640e4b56673ade9cf10051dc7624db2497d3a.zip  | |
Merge branch 'activemodel_typo_fix'
| -rw-r--r-- | activemodel/lib/active_model/dirty.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/dirty.rb b/activemodel/lib/active_model/dirty.rb index e3e71525fa..166cccf161 100644 --- a/activemodel/lib/active_model/dirty.rb +++ b/activemodel/lib/active_model/dirty.rb @@ -29,7 +29,7 @@ module ActiveModel    #    #     include ActiveModel::Dirty    # -  #     define_attribute_methods = [:name] +  #     define_attribute_methods [:name]    #    #     def name    #       @name  | 
