method

attribute_methods_generated?

rails latest stable - Class: ActiveRecord::AttributeMethods::ClassMethods

Method not available on this version

This method is only available on newer versions. The first available version (v3.1.0) is shown here.

attribute_methods_generated?()
public

No documentation available.

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