aboutsummaryrefslogblamecommitdiffstats
path: root/actionview/test/fixtures/mascot.rb
blob: 26a2c7bbe1f1eb5cc9c32d59ec71e8370ba00f05 (plain) (tree)
1
2
3
4
5

                             

                                 
   
# frozen_string_literal: true

class Mascot < ActiveRecord::Base
  belongs_to :company
end