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