Last active
August 29, 2015 14:00
-
-
Save cannikin/0d8640348c5a0f41007f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- cache [@user, @user.posts] do | |
= @user.inspect | |
- @user.posts.each do |post| | |
- cache post do | |
= post.inspect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment