From 8733389f5d300eb1a247711056fd7489ba1277d8 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Thu, 27 Apr 2017 09:43:54 +0300 Subject: [PATCH] Remove admin base controller #475 --- app/controllers/admin/base_controller.rb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 app/controllers/admin/base_controller.rb diff --git a/app/controllers/admin/base_controller.rb b/app/controllers/admin/base_controller.rb deleted file mode 100644 index 2490ac5e3..000000000 --- a/app/controllers/admin/base_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -module Admin - class BaseController < AdminController - - end -end