Flowdock
undefine_attribute_methods(*args) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/attribute_methods.rb, line 22
      def undefine_attribute_methods(*args)
        super
        @attribute_methods_generated = false
      end
Register or log in to add new notes.