Class: AutoSeeder::CLI
- Inherits:
-
Thor
- Object
- Thor
- AutoSeeder::CLI
- Defined in:
- lib/auto_seeder/cli.rb
Instance Method Summary collapse
Instance Method Details
#seed(model_name, count) ⇒ Object
8 9 10 |
# File 'lib/auto_seeder/cli.rb', line 8 def seed(model_name, count) AutoSeeder.seed(model_name, count.to_i) end |