Module: SnippetHelper
- Defined in:
- app/helpers/snippet_helper.rb
Instance Method Summary collapse
Instance Method Details
#snippet(identifier) ⇒ Object
2 3 4 |
# File 'app/helpers/snippet_helper.rb', line 2 def snippet(identifier) Snippet.find_in_cache(identifier).decorate end |