Browse Source

Use public pack in about controller to handle blockpage JS

closed-social-glitch-2
Thibaut Girka 5 years ago
parent
commit
f00a0f35ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/about_controller.rb

+ 1
- 1
app/controllers/about_controller.rb View File

@ -65,7 +65,7 @@ class AboutController < ApplicationController
helper_method :new_user
def set_pack
use_pack 'common'
use_pack 'public'
end
def set_instance_presenter

Loading…
Cancel
Save