mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -43,7 +43,7 @@ Rails.application.configure do
|
||||
|
||||
# Suppress 'Rendered template ...' messages in the log
|
||||
# source: http://stackoverflow.com/a/16369363
|
||||
%w{render_template render_partial render_collection}.each do |event|
|
||||
%w[render_template render_partial render_collection].each do |event|
|
||||
ActiveSupport::Notifications.unsubscribe "#{event}.action_view"
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user