Class: Moon::Action::Models::Updater
- Inherits:
-
Object
- Object
- Moon::Action::Models::Updater
- Defined in:
- lib/moon/action/models/updater.rb
Overview
Uses the parameters in the context and tries to update the models.
Defined Under Namespace
Classes: Model
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.perform(context) ⇒ Object
29 30 31 |
# File 'lib/moon/action/models/updater.rb', line 29 def self.perform(context) new(context).perform end |