Update abraham_histories_controller.rb (#44)

Remove unneeded boilerplate comment.
This commit is contained in:
Sean 2021-04-15 21:42:50 +02:00 committed by GitHub
parent ce283c28fd
commit 28da972b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ class AbrahamHistoriesController < ApplicationController
private private
# Never trust parameters from the scary internet, only allow the white list through.
def abraham_history_params def abraham_history_params
params.require(:abraham_history).permit(:controller_name, :action_name, :tour_name) params.require(:abraham_history).permit(:controller_name, :action_name, :tour_name)
end end