From 28da972b66dd83e49ad5450a65e55c71c35357d2 Mon Sep 17 00:00:00 2001 From: Sean <11340230+seanfcarroll@users.noreply.github.com> Date: Thu, 15 Apr 2021 21:42:50 +0200 Subject: [PATCH] Update abraham_histories_controller.rb (#44) Remove unneeded boilerplate comment. --- app/controllers/abraham_histories_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/abraham_histories_controller.rb b/app/controllers/abraham_histories_controller.rb index 49fffe1..0b76042 100644 --- a/app/controllers/abraham_histories_controller.rb +++ b/app/controllers/abraham_histories_controller.rb @@ -15,7 +15,6 @@ class AbrahamHistoriesController < ApplicationController private - # Never trust parameters from the scary internet, only allow the white list through. def abraham_history_params params.require(:abraham_history).permit(:controller_name, :action_name, :tour_name) end