Sha256: 996dc62c8f81364c3cb1d427cc41408fde42a16fb6aaa84a8d2e3f3267363dfa
Contents?: true
Size: 184 Bytes
Versions: 22
Compression:
Stored size: 184 Bytes
Contents
class Subscriber < ActiveRecord::Base self.primary_key = 'nick' has_many :subscriptions has_many :books, :through => :subscriptions end class SpecialSubscriber < Subscriber end
Version data entries
22 entries across 22 versions & 3 rubygems