remove trump plan

This commit is contained in:
Kyle Drake 2017-07-07 10:51:14 -07:00
parent 3ff6f420a4
commit 7b068b0872
5 changed files with 26 additions and 145 deletions

View file

@ -113,14 +113,6 @@ class Site < Sequel::Model
maximum_site_files: 100_000
}
PLAN_FEATURES[:trumpplan] = PLAN_FEATURES[:supporter].merge(
name: 'Trump Plan',
price: 100,
space: Filesize.from('2MB').to_i,
no_file_restrictions: false,
bandwidth: Filesize.from('604800KB').to_i
)
PLAN_FEATURES[:free] = PLAN_FEATURES[:supporter].merge(
name: 'Free',
space: Filesize.from('1GB').to_i,