aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-07-02 14:04:25 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2013-07-02 14:04:40 -0700
commit4c88f4ce16db031d779656b948fd59f9aac146c5 (patch)
treedd5cf931908c250ecf3d9cd3ab70cbb5121c72d0 /activemodel/lib
parent98860d1739729a5272406a218c6b9b346327bac6 (diff)
downloadrails-4c88f4ce16db031d779656b948fd59f9aac146c5.tar.gz
rails-4c88f4ce16db031d779656b948fd59f9aac146c5.tar.bz2
rails-4c88f4ce16db031d779656b948fd59f9aac146c5.zip
remove wrong documentation from a :nodoc:'d method
Diffstat (limited to 'activemodel/lib')
-rw-r--r--activemodel/lib/active_model/attribute_methods.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/attribute_methods.rb b/activemodel/lib/active_model/attribute_methods.rb
index d4d592bbbf..1ba5b0e3d4 100644
--- a/activemodel/lib/active_model/attribute_methods.rb
+++ b/activemodel/lib/active_model/attribute_methods.rb
@@ -332,7 +332,6 @@ module ActiveModel
attribute_method_matchers_cache.clear
end
- # Returns true if the attribute methods defined have been generated.
def generated_attribute_methods #:nodoc:
@generated_attribute_methods ||= Module.new.tap { |mod| include mod }
end