Show Races for a Category
[Source]
# File app/controllers/races_controller.rb, line 9 9: def index 10: @category = Category.find(params[:category_id]) 11: end
[Validate]