From cec1b0686ed365cae1a51ca2cd131fe6de4610f7 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Sun, 8 Dec 2013 16:58:48 +1000 Subject: [PATCH] Symtoms > Symptoms - don't trust brad's spelling. ever --- db/seeds.rb | 4 ++-- db/seeds/{symtoms.txt => symptoms.txt} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename db/seeds/{symtoms.txt => symptoms.txt} (100%) diff --git a/db/seeds.rb b/db/seeds.rb index 9b119fb..cfc420b 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -11,8 +11,8 @@ ##### Tags ###### -tag_attributes = File.open("#{Rails.root}/db/seeds/symtoms.txt").each_line.map do |tag_name| - { name: tag_name, category: 'symtoms' } +tag_attributes = File.open("#{Rails.root}/db/seeds/symptoms.txt").each_line.map do |tag_name| + { name: tag_name, category: 'symptoms' } end puts "Importing #{tag_attributes.count} tags, it could take a while..." diff --git a/db/seeds/symtoms.txt b/db/seeds/symptoms.txt similarity index 100% rename from db/seeds/symtoms.txt rename to db/seeds/symptoms.txt