sqm-dashboards/app/controllers/users_controller.rb
2017-04-05 21:17:27 -04:00

17 lines
428 B
Ruby

class UsersController < 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