Sha256: 3181f308efcc09c974b9c52be38ca0a421a2dc32a6c633b65e04ed0b2fd64bdc
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
# encoding: utf-8 module SportDbAdmin class RoundsController < ApplicationController # GET /rounds def index @rounds = Round.order( 'start_at desc').all end end # class RoundsController end # module SportDbAdmin
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sportdb-admin-0.1.0 | app/controllers/sport_db_admin/rounds_controller.rb |