Class: Flms::DashboardController

Inherits:
ApplicationController show all
Defined in:
app/controllers/flms/dashboard_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#with_format

Instance Method Details

#indexObject



8
9
10
# File 'app/controllers/flms/dashboard_controller.rb', line 8

def index
  @pages = Page.all
end