Class: Integral::Backend::StaticPagesController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/integral/backend/static_pages_controller.rb

Overview

Static (not related to a specific model) pages

Instance Method Summary collapse

Methods inherited from BaseController

#activities, #activity, #create, #destroy, #duplicate, #edit, #index, #list, #new, #show, #update

Instance Method Details

#dashboardObject

GET / Dashboard to show website stats and other useful information



7
# File 'app/controllers/integral/backend/static_pages_controller.rb', line 7

def dashboard; end

#resource_klassObject



9
10
11
# File 'app/controllers/integral/backend/static_pages_controller.rb', line 9

def resource_klass
  nil
end