total refactor here
This commit is contained in:
parent
b617d540b9
commit
da581331c7
5 changed files with 8 additions and 24 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue