diff options
author | aditya-kapoor <aditya.kapoor@vinsol.com> | 2013-08-20 14:21:36 +0530 |
---|---|---|
committer | aditya-kapoor <aditya.kapoor@vinsol.com> | 2013-08-20 14:21:36 +0530 |
commit | b27c40637aaf2549f91faec8e87f6d4afa9a7380 (patch) | |
tree | 4ccbc1ed50f5f2db4041f0f9353e68aae5342163 /activemodel/lib/active_model | |
parent | 9abe72c7600132aa964ca48c312ef981007ab8b1 (diff) | |
download | rails-b27c40637aaf2549f91faec8e87f6d4afa9a7380.tar.gz rails-b27c40637aaf2549f91faec8e87f6d4afa9a7380.tar.bz2 rails-b27c40637aaf2549f91faec8e87f6d4afa9a7380.zip |
fixed a typo
Diffstat (limited to 'activemodel/lib/active_model')
-rw-r--r-- | activemodel/lib/active_model/attribute_methods.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/attribute_methods.rb b/activemodel/lib/active_model/attribute_methods.rb index f336c759d2..6eb5409056 100644 --- a/activemodel/lib/active_model/attribute_methods.rb +++ b/activemodel/lib/active_model/attribute_methods.rb @@ -14,7 +14,7 @@ module ActiveModel class MissingAttributeError < NoMethodError end - # == Active \Model Attribute Methods + # == Active Model Attribute Methods # # <tt>ActiveModel::AttributeMethods</tt> provides a way to add prefixes and # suffixes to your methods as well as handling the creation of |