aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/game_collection.rb
blob: 853876b0bde76cde47a818a2fe45052826e95ecc (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class GameCollection < ActiveRecord::Base
  has_many :games
end