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:
parent
66f805a969
commit
b454bb0a98
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue