Module: SmartSeeds
- Defined in:
- lib/smart_seeds.rb,
lib/smart_seeds/version.rb
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
Class Method Details
.call(model, attrs = {}) ⇒ Object
5 6 7 8 |
# File 'lib/smart_seeds.rb', line 5 def self.call(model, attrs={}) perform = Performing.new(model, attrs) perform.call end |