0
@@ -327,9 +327,6 @@ module ActionController #:nodoc:
0
# Can be set to nil for no logging. Compatible with both Ruby's own Logger and Log4r loggers.
0
- # Turn on +ignore_missing_templates+ if you want to unit test actions without making the associated templates.
0
- cattr_accessor :ignore_missing_templates
0
# Controls the resource action separator
0
@@resource_action_separator = "/"
0
cattr_accessor :resource_action_separator
0
@@ -1219,7 +1216,7 @@ module ActionController #:nodoc:
0
def add_class_variables_to_assigns
0
- %w(view_paths logger ignore_missing_templates).each do |cvar|
0
+ %w(view_paths logger).each do |cvar|
0
@assigns[cvar] = self.send(cvar)
Comments
No one has commented yet.