Method: Sequel::ValidationFailed#model
- Defined in:
- lib/sequel/model/exceptions.rb
#model ⇒ Object (readonly)
The Sequel::Model object related to this exception.
48 49 50 |
# File 'lib/sequel/model/exceptions.rb', line 48 def model @model end |