Class: Blogaze::Controllers::Admin::Dashboard

Inherits:
Controller show all
Defined in:
lib/blogaze/controllers/admin/dashboard.rb

Instance Method Summary collapse

Methods inherited from Controller

#initialize

Methods inherited from Controller

#get_settings, #initialize, #title, #view_file

Constructor Details

This class inherits a constructor from Blogaze::Controllers::Admin::Controller

Instance Method Details

#indexObject

Admin index



18
19
20
# File 'lib/blogaze/controllers/admin/dashboard.rb', line 18

def index
  respond(view_file('admin/index'))
end