Skip to content

Commit

Permalink
address rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbumgardner committed Apr 14, 2022
1 parent 3e9da87 commit 6bc3a9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/response_controller.rb
Expand Up @@ -221,7 +221,6 @@ def save
@map = ResponseMap.find(params[:id])
@return = params[:return]
@map.save
participant = Participant.find_by(id: @map.reviewee_id)
ExpertizaLogger.info LoggerMessage.new(controller_name, session[:user].name, 'Response was successfully saved')
redirect_to action: 'redirect', id: @map.map_id, return: params.permit(:return)[:return], msg: params.permit(:msg)[:msg], error_msg: params.permit(:error_msg)[:error_msg]
end
Expand Down

0 comments on commit 6bc3a9a

Please sign in to comment.