Class: Avocado::EventsController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/avocado/events_controller.rb

Constant Summary

Constants inherited from BaseController

BaseController::FINDER_PARAMETERS

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
6
7
# File 'app/controllers/avocado/events_controller.rb', line 3

def index
  @events = current_user
    .events
    .newest_first
end