Flowdock
method

attributes_builder

Importance_0
v4.2.1 - Show latest stable - 0 notes - Class: ClassMethods
attributes_builder() 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/model_schema.rb, line 233
      def attributes_builder # :nodoc:
        @attributes_builder ||= AttributeSet::Builder.new(column_types, primary_key)
      end
Register or log in to add new notes.