method

protected_instance_variables_with_action_caching

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