RichGuk (owner)

Revisions

gist: 156587 Download_button fork
public
Public Clone URL: git://gist.github.com/156587.git
Embed All Files: show embed
snippet.rb #
1
2
3
  def fragment_cache(key, params = {}, &block)
    cache(key, params) { capture_haml(&block) }
  end