From 697acc40253b360a86c358cbdd928f38cedd6883 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 6 Nov 2013 13:37:24 -0800 Subject: these variables are also private --- actionpack/lib/abstract_controller/rendering.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/actionpack/lib/abstract_controller/rendering.rb b/actionpack/lib/abstract_controller/rendering.rb index 23354985f9..a4ce7676f0 100644 --- a/actionpack/lib/abstract_controller/rendering.rb +++ b/actionpack/lib/abstract_controller/rendering.rb @@ -58,6 +58,7 @@ module AbstractController DEFAULT_PROTECTED_INSTANCE_VARIABLES = %w( @_action_name @_response_body @_formats @_prefixes @_config @_view_context_class @_view_renderer @_lookup_context + @_routes @_db_runtime ).map(&:to_sym) # This method should return a hash with assigns. -- cgit v1.2.3