From 8bcec9bb9104b046949270c9cb1bbaa4e7763ebc Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Tue, 5 Nov 2019 15:53:14 -0600 Subject: [PATCH] Fix missed change on tiers --- app/controllers/application_controller.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 009ceab5..44a7d875 100755 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -9,8 +9,7 @@ class ApplicationController < ActionController::Base helper_method \ :current_role?, :current_nonprofit_user?, - :administered_nonprofit, - :current_plan_tier # int + :administered_nonprofit def set_locale if params[:locale] && Settings.available_locales.include?(params[:locale])