instiki/vendor/rails/actionpack/test/fixtures/mascot.rb

3 lines
59 B
Ruby
Raw Normal View History

class Mascot < ActiveRecord::Base
belongs_to :company
end