diff options
author | José Valim <jose.valim@gmail.com> | 2009-10-15 18:06:15 -0300 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2009-10-15 18:06:15 -0300 |
commit | 8b340ab2f62bac2af9d5917e296bb4101530282a (patch) | |
tree | 576a6c21ec003b05f8a4e23e671077136208db58 /actionpack/lib/action_view | |
parent | 02b76862e1ff8ceccb3cd48922ac178462e14892 (diff) | |
download | rails-8b340ab2f62bac2af9d5917e296bb4101530282a.tar.gz rails-8b340ab2f62bac2af9d5917e296bb4101530282a.tar.bz2 rails-8b340ab2f62bac2af9d5917e296bb4101530282a.zip |
Revert "Rename Orchestra to Notifications [#3321 state:resolved]"
This reverts commit 8cbf825425dc8ad3770881ea4e100b9023c69ce2.
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r-- | actionpack/lib/action_view/template/template.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/template/template.rb b/actionpack/lib/action_view/template/template.rb index d02feb5e1e..0f64c23649 100644 --- a/actionpack/lib/action_view/template/template.rb +++ b/actionpack/lib/action_view/template/template.rb @@ -27,7 +27,7 @@ module ActionView end def render(view, locals, &block) - ActiveSupport::Notifications.instrument(:render_template, :identifier => identifier) do + ActiveSupport::Orchestra.instrument(:render_template, :identifier => identifier) do method_name = compile(locals, view) view.send(method_name, locals, &block) end.result |