Sha256: af5cc538420c89060fb1176faec67b7c8f214e2ec27692a0a5f97ce39147b2c7
Contents?: true
Size: 276 Bytes
Versions: 27
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 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 & 2 rubygems