method
respond_to?
respond_to?(*args)
public
Hide source
# File activerecord/lib/active_record/attribute_methods.rb, line 50 def respond_to?(*args) self.class.define_attribute_methods unless self.class.attribute_methods_generated? super end