Method: LHS::Record::Chainable::Chain#update
- Defined in:
- lib/lhs/concerns/record/chainable.rb
#update(data = {}, options = nil) ⇒ Object
191 192 193 194 |
# File 'lib/lhs/concerns/record/chainable.rb', line 191 def update(data = {}, = nil) ||= {} @record.update(data, .merge()) end |