Fix missed change on tiers

This commit is contained in:
Eric Schultz 2019-11-05 15:53:14 -06:00
parent 90843f215f
commit 8bcec9bb91

View file

@ -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])