module SmartSeeds
Constants
- VERSION
Public Class Methods
plant(model, attrs={}, size=1)
click to toggle source
# File lib/smart_seeds.rb, line 19 def self.plant(model, attrs={}, size=1) SmartSeeds::Performing.new(model, attrs, size).start end