Class: Belated::AdminController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Belated::AdminController
- Defined in:
- app/controllers/belated/admin_controller.rb
Overview
Controller in charge of admin side of Belated.
Instance Method Summary collapse
Instance Method Details
#future_jobs ⇒ Object
14 15 16 |
# File 'app/controllers/belated/admin_controller.rb', line 14 def future_jobs @belateds = Belated.all_future_jobs end |