Sha256: bd28ca194157526f88784499453a98a7176c5fb3c01b032b240ac637bb4a1fe7
Contents?: true
Size: 226 Bytes
Versions: 27
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Shop include Mongoid::Document field :title, type: String has_and_belongs_to_many :followers, inverse_of: :followed_shops, class_name: "User" belongs_to :user end
Version data entries
27 entries across 27 versions & 2 rubygems