improve desc for allowed file types

This commit is contained in:
Kyle Drake 2014-12-03 01:44:30 -08:00
parent 2a36bca4c0
commit 2f432281a3
3 changed files with 16 additions and 2 deletions

View file

@ -115,6 +115,10 @@ class Site < Sequel::Model
unlimited_site_creation: false
)
def plan_feature(key)
PLAN_FEATURES[plan_type.to_sym][key.to_sym]
end
LEGACY_SUPPORTER_PRICES = {
plan_one: 1,
plan_two: 2,