method

build

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

build()
public

No documentation available.

# File activerecord/lib/active_record/autosave_association.rb, line 130
      def build
        model.send(:add_autosave_association_callbacks, reflection)
        super
      end