method

protected_instance_variables_with_action_caching

rails latest stable - Class: ActionController::Caching::Actions

Method deprecated or moved

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

protected_instance_variables_with_action_caching()
public

No documentation available.

# File actionpack/lib/action_controller/caching.rb, line 213
      def protected_instance_variables_with_action_caching
        protected_instance_variables_without_action_caching + %w(@action_cache_path)
      end