From e0a014eea1e6fb8d238c198b65771c492f549177 Mon Sep 17 00:00:00 2001 From: Teal <git@teal.is> Date: Mon, 27 May 2024 16:55:50 +0200 Subject: [PATCH] fix error in dev --- app/controllers/application_controller.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 780046c..001ed30 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,10 +1,6 @@ class ApplicationController < ActionController::Base helper_method :current_user - def default_url_options - { host: 'rescheduled.c3lingo.org', protocol: 'https' } if Rails.env.production? - end - private def current_user -- GitLab