Sha256: 7ba82ed56bf6dea722670de21469d95af15f0e80a0fb19a546fac82dda918728
Contents?: true
Size: 833 Bytes
Versions: 16
Compression:
Stored size: 833 Bytes
Contents
PaidUp.configure do |config| config.anonymous_customer_stripe_id = 'anonymous-customer' config.anonymous_plan_stripe_id = 'anonymous-plan' config.free_plan_stripe_id = 'free-plan' PaidUp.add_feature( slug: 'ad_free', title: 'Ad Free', description: 'Are ads removed from the site with this plan?', setting_type: 'boolean' ) PaidUp.add_feature( slug: 'groups', title: 'Groups', description: 'How many groups are allowed with this plan?', # Table row counting: feature enabled by a positive value # for the PaidUp::PlanFeatureSetting.setting associated with this # PaidUp::Feature setting_type: 'table_rows' ) PaidUp.add_feature( slug: 'doodads', title: 'Doodads', description: 'How many doodads included with this plan?', setting_type: 'rolify_rows' ) end
Version data entries
16 entries across 16 versions & 1 rubygems