Class: Alchemy::Admin::DashboardController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/alchemy/admin/dashboard_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#leave

Instance Method Details

#indexObject



10
11
# File 'app/controllers/alchemy/admin/dashboard_controller.rb', line 10

def index
end

#infoObject



13
14
15
16
17
# File 'app/controllers/alchemy/admin/dashboard_controller.rb', line 13

def info
  Alchemy::Deprecation.warn <<~WARN
    Requesting `admin/dashboard/info` is deprecated. Please render Alchemy::Admin::Dashboard::Widgets::SystemInfo instead.
  WARN
end