Method: PlanFeatures::Pricing.free_plan

Defined in:
lib/plan_features/pricing.rb

.free_planObject



41
42
43
# File 'lib/plan_features/pricing.rb', line 41

def self.free_plan
  Pricing.all_plans.find { |plan| plan.free? }
end