Sha256: c4611e151c8a1fbff3c738f12234f1893124f32616b03d53765d07eba20c80e9
Contents?: true
Size: 233 Bytes
Versions: 29
Compression:
Stored size: 233 Bytes
Contents
# frozen_string_literal: true 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
29 entries across 29 versions & 1 rubygems