method
instance_method_already_implemented?
v4.1.8 -
Show latest stable
- Class:
ActiveModel::AttributeMethods::ClassMethods
instance_method_already_implemented?(method_name)protected
No documentation available.
# File activemodel/lib/active_model/attribute_methods.rb, line 338
def instance_method_already_implemented?(method_name) #:nodoc:
generated_attribute_methods.method_defined?(method_name)
end