method
respond_to?
v3.0.0 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods
respond_to?(*args)public
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 50
def respond_to?(*args)
self.class.define_attribute_methods
super
end