indentlabs/notebook

View on GitHub
app/models/billing/billing_plan.rb

Summary

Maintainability
A
0 mins
Test Coverage
class BillingPlan < ApplicationRecord
  FREE_IDS    = [1]
  PREMIUM_IDS = [2, 3, 4, 5, 6]
end