Commit 2171bbcd authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Update rack profiler

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent f7ca46b5
...@@ -340,7 +340,7 @@ GEM ...@@ -340,7 +340,7 @@ GEM
rack-attack (2.3.0) rack-attack (2.3.0)
rack rack
rack-cors (0.2.9) rack-cors (0.2.9)
rack-mini-profiler (0.1.31) rack-mini-profiler (0.9.0)
rack (>= 1.1.3) rack (>= 1.1.3)
rack-mount (0.8.3) rack-mount (0.8.3)
rack (>= 1.0.0) rack (>= 1.0.0)
......
...@@ -154,7 +154,6 @@ class ApplicationController < ActionController::Base ...@@ -154,7 +154,6 @@ class ApplicationController < ActionController::Base
end end
def dev_tools def dev_tools
Rack::MiniProfiler.authorize_request
end end
def default_headers def default_headers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment