Sha256: 39a537484e0568987d630f93970b17c792a3b4a4cd9bd03bfb3cf5ac9edc0c33
Contents?: true
Size: 227 Bytes
Versions: 73
Compression:
Stored size: 227 Bytes
Contents
class Bar include Mongoid::Document include Mongoid::Attributes::Dynamic field :name, type: String field :location, type: Array field :lat_lng, type: LatLng has_one :rating, as: :ratable index location: "2d" end
Version data entries
73 entries across 68 versions & 6 rubygems