5 6 7 8
# File 'app/helpers/spree/pages_helper.rb', line 5 def render_snippet(slug) page = Spree::Page.find_by(slug: slug) raw page.body if page end