From 3b3a193ef7ff1e71a2db3e3c8b0b493ab9ea6afe Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 30 Nov 2016 08:11:44 +0100 Subject: [PATCH] Applied rubocop. --- app/controllers/integration/sipgate_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/integration/sipgate_controller.rb b/app/controllers/integration/sipgate_controller.rb index e7c511969..69ae1c113 100644 --- a/app/controllers/integration/sipgate_controller.rb +++ b/app/controllers/integration/sipgate_controller.rb @@ -4,7 +4,7 @@ require 'builder' class Integration::SipgateController < ApplicationController - before_filter :check_configured + before_action :check_configured # notify about inbound call / block inbound call def in