method

attribute_methods_generated?

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: ActiveRecord::AttributeMethods::ClassMethods

Method not available on this version

This method is only available on newer versions. The first available version of the method is shown here.

attribute_methods_generated?() 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 18
      def attribute_methods_generated?
        @attribute_methods_generated ||= false
      end
Register or log in to add new notes.