aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/attribute_methods.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-06-22 22:14:29 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-06-22 22:14:29 +0530
commit6285675db1cf983ba6c15442aedb457c8041f5ee (patch)
treed3fa66d3bc136f2dd90eeb17c0a463139e7a9f6c /activemodel/lib/active_model/attribute_methods.rb
parent741cb5b12b87f0405d421c82f04cd86eba6c613b (diff)
downloadrails-6285675db1cf983ba6c15442aedb457c8041f5ee.tar.gz
rails-6285675db1cf983ba6c15442aedb457c8041f5ee.tar.bz2
rails-6285675db1cf983ba6c15442aedb457c8041f5ee.zip
fixes a few mistakes in api docs [ci skip]
Diffstat (limited to 'activemodel/lib/active_model/attribute_methods.rb')
-rw-r--r--activemodel/lib/active_model/attribute_methods.rb2
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 0b701e89dd..671c743b77 100644
--- a/activemodel/lib/active_model/attribute_methods.rb
+++ b/activemodel/lib/active_model/attribute_methods.rb
@@ -187,7 +187,7 @@ module ActiveModel
#
# private
#
- # def attribute_short?(attr)
+ # def attribute_short?(attr)
# send(attr).length < 5
# end
# end