method

attribute_methods_generated?

attribute_methods_generated?()
public

No documentation available.

# File activerecord/lib/active_record/attribute_methods.rb, line 72
      def attribute_methods_generated?
        @attribute_methods_generated ||= false
      end