Class: Que::View::WelcomeController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Que::View::WelcomeController
- Defined in:
- app/controllers/que/view/welcome_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
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 |