Module: Smartdict::Storage::Seeder

Extended by:
Seeder
Included in:
Seeder
Defined in:
lib/smartdict/storage/seeder.rb

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