Fix redirecting non-functional accounts on public pages (#11978)
Fix #11969
This commit is contained in:
parent
3ec80c7aec
commit
de5305a3a5
12 changed files with 16 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
class ManifestsController < ApplicationController
|
||||
skip_before_action :store_current_location
|
||||
skip_before_action :require_functional!
|
||||
|
||||
def show
|
||||
expires_in 3.minutes, public: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue