Class: Que::View::WelcomeController

Inherits:
ApplicationController show all
Defined in:
app/controllers/que/view/welcome_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



6
7
8
9
# File 'app/controllers/que/view/welcome_controller.rb', line 6

def index
  @dashboard_stats = ::Que::View.fetch_dashboard_stats[0]
  @lockers = ::Que::View.fetch_que_lockers
end