Skip to content

Instantly share code, notes, and snippets.

@nitsujw
Forked from benburkert/gist:24314
Created November 13, 2008 00:11
Show Gist options
  • Save nitsujw/24317 to your computer and use it in GitHub Desktop.
Save nitsujw/24317 to your computer and use it in GitHub Desktop.
url call:
"/posts/13"
eager_cache([Posts, :show], :store => :action_store) { self.class.build_request(url(:post, @comment.post), :id => @comment.post.id) }
Doesn't return any errors, but doesn't cache either
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment