From 6a3cf5d6a695e9394a73bd429dbeae3787a3963e Mon Sep 17 00:00:00 2001 From: Joe Sak Date: Thu, 24 Feb 2011 21:32:37 -0600 Subject: WIP: trying to test user association as author --- app/views/blog/posts/_post.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/blog/posts') diff --git a/app/views/blog/posts/_post.html.erb b/app/views/blog/posts/_post.html.erb index 6a16631..7600d26 100644 --- a/app/views/blog/posts/_post.html.erb +++ b/app/views/blog/posts/_post.html.erb @@ -9,7 +9,7 @@
+ by <%= @blog_post.author.try :login %> <% if (categories = @blog_post.categories).any? %>