method

create

rails latest stable - Class: ActiveRecord::Callbacks

Method deprecated or moved

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

create()
private

No documentation available.

# File activerecord/lib/active_record/callbacks.rb, line 267
    def create #:nodoc:
      run_callbacks(:create) { super }
    end