1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove the :vew attr_reader from ActionView::AbstractRenderer [#5819 state:resolved]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
This commit is contained in:
Jeff Kreeftmeijer 2010-10-16 11:37:49 +02:00 committed by Santiago Pastorino
parent 66f805a969
commit b454bb0a98

View file

@ -1,6 +1,6 @@
module ActionView
class AbstractRenderer #:nodoc:
attr_reader :vew, :lookup_context
attr_reader :lookup_context
delegate :find_template, :template_exists?, :with_fallbacks, :update_details,
:with_layout_format, :formats, :to => :lookup_context