Skip to content

Instantly share code, notes, and snippets.

@hackingbeauty
Created April 26, 2013 17:54
Show Gist options
  • Save hackingbeauty/5469085 to your computer and use it in GitHub Desktop.
Save hackingbeauty/5469085 to your computer and use it in GitHub Desktop.
def get_cache_path_url
if is_mobile_request?
"cached_page#{request.path.gsub("/","")}_mobile"
else
"cached_page#{request.path.gsub("/","")}_desktop"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment