Class: SportDbAdmin::RoundsController

Inherits:
SportDbAdminController show all
Defined in:
app/controllers/sport_db_admin/rounds_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

GET /rounds



8
9
10
# File 'app/controllers/sport_db_admin/rounds_controller.rb', line 8

def index
  @rounds = Round.order( 'start_at desc').all
end