Class: Spree::Admin::DashboardsController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/spree/admin/dashboards_controller.rb

Instance Method Summary collapse

Methods included from SetsUserLanguageLocaleKey

#set_user_language_locale_key

Instance Method Details

#deprecateObject



7
8
9
# File 'app/controllers/spree/admin/dashboards_controller.rb', line 7

def deprecate
  Spree.deprecator.warn "The #{self.class.name} is deprecated. If you still use dashboards, please copy all controllers and views from solidus_backend to your application."
end