mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
16 lines
477 B
Ruby
16 lines
477 B
Ruby
module Legacy
|
|
class UsersController < Legacy::ApplicationController
|
|
def show; end
|
|
|
|
# private
|
|
# # Use callbacks to share common setup or constraints between actions.
|
|
# def set_district
|
|
# @district = District.find(params[:id])
|
|
# end
|
|
#
|
|
# # Never trust parameters from the scary internet, only allow the white list through.
|
|
# def district_params
|
|
# params.require(:district).permit(:name, :state_id)
|
|
# end
|
|
end
|
|
end
|