aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/render/partials.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_view/render/partials.rb')
-rw-r--r--actionpack/lib/action_view/render/partials.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/render/partials.rb b/actionpack/lib/action_view/render/partials.rb
index 4459ef6124..67a8ee4472 100644
--- a/actionpack/lib/action_view/render/partials.rb
+++ b/actionpack/lib/action_view/render/partials.rb
@@ -215,12 +215,12 @@ module ActionView
options = @options
if @collection
- ActiveSupport::Notifications.instrument("actionview.render_collection",
+ ActiveSupport::Notifications.instrument("action_view.render_collection",
:path => @path, :count => @collection.size) do
render_collection
end
else
- content = ActiveSupport::Notifications.instrument("actionview.render_partial",
+ content = ActiveSupport::Notifications.instrument("action_view.render_partial",
:path => @path) do
render_partial
end