Method: Sequel::MassAssignmentRestriction#model

Defined in:
lib/sequel/model/exceptions.rb

#modelObject (readonly)

The Sequel::Model object related to this exception.


31
32
33
# File 'lib/sequel/model/exceptions.rb', line 31

def model
  @model
end