_article_display.html.erb 239 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 <div class="article-model"> <h3> <%= article.name %> </h3> <div class="article-info"> <%= article.created_at %> <strong><%= article.class %></strong> </div> <div class="article-content"> MY BODY CONTENT </div> </div>