aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/interest.rb
blob: d8291d00cc53a1542db6cd8f36b7d0f391b744af (plain) (blame)
1
2
3
4
class Interest < ActiveRecord::Base
  belongs_to :man, :inverse_of => :interests
  belongs_to :zine, :inverse_of => :interests
end