Skip to content

Instantly share code, notes, and snippets.

@AntelopeSalad
Created December 22, 2013 21:06
Show Gist options
  • Save AntelopeSalad/8088453 to your computer and use it in GitHub Desktop.
Save AntelopeSalad/8088453 to your computer and use it in GitHub Desktop.
<%
title @article.title
%>
<% cache @article do %>
<%= render "article_details", article: @article %>
<%= markdown(@article.article_markdown) %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment