Flowdock
method

_default_attributes

Importance_0
v4.2.1 - Show latest stable - 0 notes - Class: ClassMethods
_default_attributes() 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 253
      def _default_attributes # :nodoc:
        @default_attributes ||= attributes_builder.build_from_database(
          raw_default_values)
      end
Register or log in to add new notes.