Merged updates from trunk into stable branch
[feedcatcher.git] / vendor / rails / activerecord / test / models / subscription.rb
1 class Subscription < ActiveRecord::Base
2 belongs_to :subscriber
3 belongs_to :book
4 end