method

respond_to?

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