mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
working on navigation
This commit is contained in:
parent
36329235d0
commit
b0331e2259
5 changed files with 13 additions and 8 deletions
|
|
@ -10,7 +10,7 @@ class DistrictsController < ApplicationController
|
|||
# GET /districts/1
|
||||
# GET /districts/1.json
|
||||
def show
|
||||
@schools = @district.schools
|
||||
@schools = @district.schools.alphabetic
|
||||
end
|
||||
|
||||
# GET /districts/new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue