Merge branch 'guange_dev' into develop

This commit is contained in:
huang 2016-12-09 09:42:42 +08:00
commit d67fc1c3be
1 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,4 @@
Rack::MiniProfiler.config.position = 'right'
Rack::MiniProfiler.config.start_hidden = true
if Rails.env.development?
Rack::MiniProfiler.config.position = 'right'
Rack::MiniProfiler.config.start_hidden = true
end