From 58a18fc406749401f014ce783a9593a232db552a Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 1 Jan 2013 14:53:12 -0600 Subject: [PATCH] remove comment --- app/models/location.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/location.rb b/app/models/location.rb index 8d1806b0..07658ebf 100644 --- a/app/models/location.rb +++ b/app/models/location.rb @@ -4,7 +4,7 @@ class Location # General field :name, :type => String field :type_of, :type => String - field :located_at, :type => String # to image + field :located_at, :type => String # Culture field :population, :type => String