class Sequel::Model::Errors

Public Instance Methods

on_field(att) click to toggle source
# File lib/thoth/monkeypatch/sequel/model/errors.rb, line 32
def on_field(att)
  on(att) || []
end