Sha256: 53a63a1d58287af3441559b4820bb5c084c4800c9ea8fe29018beb9874601520
Contents?: true
Size: 221 Bytes
Versions: 10
Compression:
Stored size: 221 Bytes
Contents
class Subscription < ActiveRecord::Base include Koudoku::Subscription <%= "attr_accessible :credit_card_token" if Rails::VERSION::MAJOR == 3 %> belongs_to :<%= subscription_owner_model %> belongs_to :coupon end
Version data entries
10 entries across 10 versions & 2 rubygems