Class: Sequel::Model::Errors
- Inherits:
-
Object
- Object
- Sequel::Model::Errors
- Defined in:
- lib/thoth/monkeypatch/sequel/model/errors.rb
Instance Method Summary collapse
Instance Method Details
#on_field(att) ⇒ Object
32 33 34 |
# File 'lib/thoth/monkeypatch/sequel/model/errors.rb', line 32 def on_field(att) on(att) || [] end |