notebook/app/models/billing_plan.rb
Andrew Brown e1e5c9bdfa cleanup
2017-08-17 00:49:07 +02:00

4 lines
75 B
Ruby

class BillingPlan < ActiveRecord::Base
PREMIUM_IDS = [2, 3, 4, 5, 6]
end