del location.rb
This commit is contained in:
parent
993ea67f30
commit
7b9fdd710c
|
@ -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
|
|
Loading…
Reference in New Issue