Fix missed change on tiers
This commit is contained in:
parent
90843f215f
commit
8bcec9bb91
1 changed files with 1 additions and 2 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue