Stop using session flash to communicate with callbacks
This commit is contained in:
parent
b44399fb7c
commit
43f40c5d03
7 changed files with 12 additions and 30 deletions
|
@ -4,8 +4,7 @@ module Accounts
|
|||
|
||||
layout "site"
|
||||
|
||||
before_action :disable_terms_redirect
|
||||
before_action :authorize_web
|
||||
before_action -> { authorize_web(:skip_terms => true) }
|
||||
before_action :set_locale
|
||||
before_action :check_database_readable
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue