Commit 0e443d5

mo khan <mo@mokhan.ca>
2013-06-13 13:15:42
add email to the show page
1 parent 553f3e2
Changed files (1)
app
views
app/views/cakes/show.html.erb
@@ -4,6 +4,7 @@
   </div>
   <div class="span6">
     <h1><%= link_to @cake.name, cake_path(@cake) %></h1>
+    <p>by <%= @cake.user.email %></p>
     <hr />
   </div>
 </div>