diff --git a/actionpack/lib/action_view/base.rb b/actionpack/lib/action_view/base.rb index 6ffdd55a7e..3dd038b048 100644 --- a/actionpack/lib/action_view/base.rb +++ b/actionpack/lib/action_view/base.rb @@ -266,8 +266,9 @@ module ActionView #:nodoc: def read_template_file(template_path, extension) info = @@loaded_templates[template_path] - read_file = info.nil? - read_file ||= info.is_a?(Time) && info