Admin configurable chunks of content that can be rendered in any view via the SnippetsHelper#render_snippet method.
<%# in a view %>
...
<%= render_snippet('slug-name') %>
...
<%= render_snippet(@snippet_object) %>
...
<% snippet_id = 26 %>
<%= render_snippet(snippet_id) %>
To install this extension:
script/extension install git://github.com/cmaujean/spree-snippets.git
rake db:migrate
- Login to the Administration Console
- Click on the Configuration Tab
- Click on the Snippets link
In your view, use:
<%= render_snippet(id or snippet or slug) %>