From 7b9fdd710c44229685c098d4fc90854ae2ce5629 Mon Sep 17 00:00:00 2001 From: spen Date: Thu, 4 Sep 2014 16:16:30 +0800 Subject: [PATCH] del location.rb --- app/models/location.rb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 app/models/location.rb diff --git a/app/models/location.rb b/app/models/location.rb deleted file mode 100644 index f381e72..0000000 --- a/app/models/location.rb +++ /dev/null @@ -1,12 +0,0 @@ -class Location - include Mongoid::Document - include Mongoid::Timestamps - include OrbitCategory::Categorizable - - mount_uploader :file, LocationUploader - - field :name - field :description - field :longitude, type: Float - field :latitude, type: Float -end