fixes spacing

This commit is contained in:
rgarcia
2015-08-16 22:45:43 +02:00
parent 57530926a1
commit bea38226fe
17 changed files with 72 additions and 72 deletions

View File

@@ -22,6 +22,7 @@ class CommentsController < ApplicationController
end
private
def comment_params
params.require(:comments).permit(:commentable_type, :commentable_id, :body)
end