aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/subscription.rb
blob: 4bdb36ea469e1646a0a401b5562a54432ec8e26a (plain) (blame)
1
2
3
4
class Subscription < ActiveRecord::Base
  belongs_to :subscriber
  belongs_to :book
end