Sha256: f36644a83dd42642360bcdcb7ea7f49293a7701331325006e08e4ae442dab7a7

Contents?: true

Size: 672 Bytes

Versions: 1

Compression:

Stored size: 672 Bytes

Contents

class TrackableLocation

  include MongoMapper::Document

  # MongoMapper Setup ==============================================================================
  
  key :location, String, :index => true
  key :latitude, String
  key :longitude, String
  
  # Scopes =========================================================================================
  
  # Constants ======================================================================================

  # Class Methods ==================================================================================

  # Instance Methods ===============================================================================
    
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mitamirri-0.13.8 app/models/trackable_location.rb