add jrails, work on comments

This commit is contained in:
albert
2010-10-21 18:56:00 -04:00
parent f8b1bd3142
commit a9da0f1059
38 changed files with 20481 additions and 7 deletions

View File

@@ -24,6 +24,8 @@ class CommentsController < ApplicationController
flash[:notice] = "Comment posted"
redirect_to posts_path(@comment.post)
end
format.js
end
end
end