protected Method

Sweeper.action_path_for(options)

gets the action cache path for the given options.

Source Code

# File action_controller/caching/sweeping.rb, line 73
def action_path_for(options)
  ActionController::Caching::Actions::ActionCachePath.path_for(controller, options)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.