del location.rb

This commit is contained in:
spen 2014-09-04 16:16:30 +08:00
parent 993ea67f30
commit 7b9fdd710c
1 changed files with 0 additions and 12 deletions

View File

@ -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