Class: Avocado::EventsController
- Inherits:
-
BaseController
- Object
- ApplicationController
- BaseController
- Avocado::EventsController
- Defined in:
- app/controllers/avocado/events_controller.rb
Constant Summary
Constants inherited from BaseController
BaseController::FINDER_PARAMETERS
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 6 7 |
# File 'app/controllers/avocado/events_controller.rb', line 3 def index @events = current_user .events .newest_first end |