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 \
|
helper_method \
|
||||||
:current_role?,
|
:current_role?,
|
||||||
:current_nonprofit_user?,
|
:current_nonprofit_user?,
|
||||||
:administered_nonprofit,
|
:administered_nonprofit
|
||||||
:current_plan_tier # int
|
|
||||||
|
|
||||||
def set_locale
|
def set_locale
|
||||||
if params[:locale] && Settings.available_locales.include?(params[:locale])
|
if params[:locale] && Settings.available_locales.include?(params[:locale])
|
||||||
|
|
Loading…
Reference in a new issue