Module: Smartdict::Storage::Seeder
Instance Method Summary collapse
Instance Method Details
#seed! ⇒ Object
6 7 8 9 10 |
# File 'lib/smartdict/storage/seeder.rb', line 6 def seed! seed_files.each do |csv_file| seed_from(csv_file) end end |