Compare commits

..

1 Commits

Author SHA1 Message Date
spen 7b9fdd710c del location.rb 2014-09-04 16:16:30 +08:00
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