2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

Logster update

cleans up a bunch of messed up context stuff with multisite
improves backtraces
adds request params
This commit is contained in:
Sam 2014-05-24 22:50:39 +10:00
parent 4de0351aea
commit 7fbf162666
6 changed files with 39 additions and 15 deletions

View file

@ -1,6 +1,6 @@
class ForumsController < ApplicationController
skip_before_filter :check_xhr, only: [:status]
skip_before_filter :check_xhr
skip_before_filter :authorize_mini_profiler, only: [:status]
skip_before_filter :redirect_to_login_if_required, only: [:status]