instance method
attribute_methods_generated?
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
attribute_methods_generated?()
Returns true if the attribute methods defined have been generated.
Source
# File activemodel/lib/active_model/attribute_methods.rb, line 332
def attribute_methods_generated?
@attribute_methods_generated ||= nil
end
Defined in activemodel/lib/active_model/attribute_methods.rb line 332
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::AttributeMethods::ClassMethods