Sha256: d9c8fcac8e32ba70257ab7a0bf7b840a7e17d7110f040a2000d3c7959dbfa30f
Contents?: true
Size: 663 Bytes
Versions: 14
Compression:
Stored size: 663 Bytes
Contents
PaidUp::Feature.create( name: 'ad_free', title: 'Ad Free', description: 'Are ads removed from the site with this plan?', setting_type: 'boolean' ) PaidUp::Feature.create( name: 'groups', title: 'Groups', description: 'How many groups are allowed with this plan?', setting_type: 'table_rows' # Enables table row counting that is enabled by a positive value # for the PaidUp::FeaturesPlan.setting associated with this PaidUp::Feature ) PaidUp::Feature.create( name: 'calendar', title: 'Calendar', description: 'Is an event calendar included with this plan?', setting_type: 'boolean' )
Version data entries
14 entries across 14 versions & 1 rubygems