method

undefine_attribute_methods

undefine_attribute_methods(*args)
public

No documentation available.

# File activerecord/lib/active_record/attribute_methods.rb, line 22
      def undefine_attribute_methods(*args)
        super
        @attribute_methods_generated = false
      end