Sha256: 08aa24b70662334d12e01bb6c0fb1a55806827eb2dcb6ea0efd861ddfe751ae6
Contents?: true
Size: 251 Bytes
Versions: 27
Compression:
Stored size: 251 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Dog include Mongoid::Document field :name, type: String has_and_belongs_to_many :breeds has_and_belongs_to_many :fire_hydrants, primary_key: :location default_scope ->{ asc(:name) } end
Version data entries
27 entries across 27 versions & 2 rubygems