Sha256: f911b7f299e5b488e955e15e220b895c1cca633ad03af03079407030c56f96f7
Contents?: true
Size: 235 Bytes
Versions: 27
Compression:
Stored size: 235 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class FireHydrant include Mongoid::Document field :location, type: String has_and_belongs_to_many :dogs, primary_key: :name has_and_belongs_to_many :cats, primary_key: :name end
Version data entries
27 entries across 27 versions & 2 rubygems