Method: Sequel::Model::ClassMethods#load
- Defined in:
- lib/sequel/model/base.rb
#load(values) ⇒ Object
Calls #call with the values hash.
475 476 477 |
# File 'lib/sequel/model/base.rb', line 475 def load(values) call(values) end |
Calls #call with the values hash.
475 476 477 |
# File 'lib/sequel/model/base.rb', line 475 def load(values) call(values) end |