Flowdock
method

attribute_methods_generated?

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: ActiveRecord::AttributeMethods::ClassMethods
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.