cache_template_extensions deprecated?

In actionpack\lib\action_view\base.rb, line 174 and 175 we have:

  @@cache_template_extensions = true   cattr_accessor :cache_template_extensions

I only find that variable on those lines in the whole Rails. It probably wasn't removed after the code refactoring.

In actionpack\lib\action_view\base.rb, line 174 and 175 we have:

@@cache_template_extensions = true cattr_accessor :cache_template_extensions

I only find that variable on those lines in the whole Rails. It probably wasn't removed after the code refactoring.

Thanks for the report, you're right it's no longer used :slight_smile: