mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-10 16:00:33 -07:00
working on authentication
This commit is contained in:
parent
f3392f685d
commit
a018c42e0f
17 changed files with 154 additions and 80 deletions
17
app/controllers/users_controller.rb
Normal file
17
app/controllers/users_controller.rb
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue