Remove unused controller

It was probably added by accident in commit 85c08da7.
This commit is contained in:
Javi Martín
2019-11-09 23:24:54 +01:00
parent dbe67edcdf
commit e0cb2047e6

View File

@@ -1,9 +0,0 @@
class Admin::Widget::BaseController < Admin::BaseController
helper_method :namespace
private
def namespace
"admin"
end
end