From 01ee3d7f8b09a966bf4fa35d662dd7b8312f9651 Mon Sep 17 00:00:00 2001 From: Ankur Patel Date: Tue, 23 Feb 2021 09:34:49 -0500 Subject: [PATCH] chore: Removing unused index method from Widget Controller (#1819) --- app/controllers/widgets_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/widgets_controller.rb b/app/controllers/widgets_controller.rb index da634875a..44a23568e 100644 --- a/app/controllers/widgets_controller.rb +++ b/app/controllers/widgets_controller.rb @@ -6,8 +6,6 @@ class WidgetsController < ActionController::Base before_action :build_contact after_action :allow_iframe_requests - def index; end - private def set_global_config