Fix rubocop offenses after bundle update
This commit is contained in:
@ -81,7 +81,6 @@ class CommentsController < ApplicationController
|
||||
comment_params.except :request_id
|
||||
end
|
||||
|
||||
# Never trust parameters from the scary internet, only allow the white list through.
|
||||
def comment_params
|
||||
# params.require(:comment).permit(:user_id, :file_id, :row, :column, :text)
|
||||
# fuer production mode, damit böse menschen keine falsche user_id uebergeben:
|
||||
|
Reference in New Issue
Block a user