total refactor here

This commit is contained in:
Joe Sak 2010-11-20 15:38:28 -06:00
parent b617d540b9
commit da581331c7
5 changed files with 8 additions and 24 deletions

View file

@ -28,10 +28,6 @@ class Blog::PostsController < BlogController
end
end
end
def update_nav
render :partial => 'nav'
end
def comment
if (@blog_comment = @blog_post.comments.create(params[:blog_comment])).valid?