notebook/app/models/billing_plan.rb
Andrew Brown 1a666a9654 oops
2018-07-05 01:19:03 -05:00

4 lines
74 B
Ruby

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