method

page_cache_extension

rails latest stable - Class: ActionController::Caching

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

page_cache_extension()
public

No documentation available.

# File actionpack/lib/action_controller/caching.rb, line 66
      def self.page_cache_extension
        ActiveSupport::Deprecation.deprecation_warning(:page_cache_extension, :default_static_extension)
        default_static_extension
      end