Method: MotionRecord::Scope#update_all
- Defined in:
- lib/motion_record/scope.rb
#update_all(params) ⇒ Object
Persistence queries
59 60 61 |
# File 'lib/motion_record/scope.rb', line 59 def update_all(params) connection.update(self, params) end |