working on navigation

This commit is contained in:
Jared Cosulich 2017-10-18 11:54:52 -04:00
parent 36329235d0
commit b0331e2259
5 changed files with 13 additions and 8 deletions

View file

@ -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