Use public pack in about controller to handle blockpage JS
This commit is contained in:
parent
2d84897916
commit
031fe56133
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class AboutController < ApplicationController
|
||||||
helper_method :new_user
|
helper_method :new_user
|
||||||
|
|
||||||
def set_pack
|
def set_pack
|
||||||
use_pack 'common'
|
use_pack 'public'
|
||||||
end
|
end
|
||||||
|
|
||||||
def set_instance_presenter
|
def set_instance_presenter
|
||||||
|
|
Loading…
Reference in a new issue