Flowdock
method

new

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: ActiveRecord::RecordNotFound
new(message = nil, model = nil, primary_key = nil, id = nil) 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/errors.rb, line 54
    def initialize(message = nil, model = nil, primary_key = nil, id = nil)
      @primary_key = primary_key
      @model = model
      @id = id

      super(message)
    end
Register or log in to add new notes.