method
cache_template_extensions=
rails latest stable - Class:
ActionView::Base
cache_template_extensions=(*args)public
No documentation available.
# File actionpack/lib/action_view/base.rb, line 172
def self.cache_template_extensions=(*args)
ActiveSupport::Deprecation.warn("config.action_view.cache_template_extensions option has been deprecated and has no affect. " <<
"Please remove it from your config files.", caller)
end