notebook/app/models/billing/billing_plan.rb
2019-07-06 02:46:48 -05:00

4 lines
74 B
Ruby

class BillingPlan < ApplicationRecord
PREMIUM_IDS = [2, 3, 4, 5, 6]
end