Sha256: 004e54b7273eab9f683c4de6f0e838c93dd40172d17208ae50961075fab105e7
Contents?: true
Size: 258 Bytes
Versions: 27
Compression:
Stored size: 258 Bytes
Contents
# frozen_string_literal: true 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
27 entries across 27 versions & 1 rubygems