aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/mascot.rb
blob: 212303b838d373f765785cc26c82d47334f7dbd7 (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class Mascot < ActiveRecord::Base
  belongs_to :company
end