method
protected_instance_variables_with_action_caching
v1.2.6 -
Show latest stable
- Class:
ActionController::Caching::Actions
protected_instance_variables_with_action_caching()public
No documentation available.
# File actionpack/lib/action_controller/caching.rb, line 173
def protected_instance_variables_with_action_caching
protected_instance_variables_without_action_caching + %w(@action_cache_path)
end