Skip to content

Commit

Permalink
Symtoms > Symptoms - don't trust brad's spelling. ever
Browse files Browse the repository at this point in the history
  • Loading branch information
bradparker committed Dec 8, 2013
1 parent 75b9921 commit cec1b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down
File renamed without changes.

0 comments on commit cec1b06

Please sign in to comment.