mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 16:51:36 +02:00
improve desc for allowed file types
This commit is contained in:
parent
2a36bca4c0
commit
2f432281a3
3 changed files with 16 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue