aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/renderer/renderer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_view/renderer/renderer.rb')
-rw-r--r--actionpack/lib/action_view/renderer/renderer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/renderer/renderer.rb b/actionpack/lib/action_view/renderer/renderer.rb
index f0ee103d80..7b95c2dd92 100644
--- a/actionpack/lib/action_view/renderer/renderer.rb
+++ b/actionpack/lib/action_view/renderer/renderer.rb
@@ -6,6 +6,7 @@ module ActionView
attr_accessor :lookup_context
# TODO: render_context should not be an initialization parameter
+ # TODO: controller should be received on initialization
def initialize(lookup_context, render_context)
@render_context = render_context
@lookup_context = lookup_context