admin views roughed in

This commit is contained in:
Mark Moser
2016-08-18 18:22:57 -05:00
parent 430097b6ef
commit 63701c8247
29 changed files with 316 additions and 104 deletions

View File

@ -42,7 +42,7 @@ module Admin
private
def quiz_params
params.require(:quiz).permit(:dept, :unit)
params.require(:quiz).permit(:name, :dept, :unit)
end
end
end