rails/actionview/test/fixtures/mascot.rb
2017-07-24 11:53:43 +03:00

6 lines
91 B
Ruby

# frozen_string_literal: true
class Mascot < ActiveRecord::Base
belongs_to :company
end