bringing back the styleguide

completes #67
This commit is contained in:
Mark Moser
2016-08-24 08:23:29 -05:00
parent 2b55fed1bc
commit 2709842d4d
6 changed files with 210 additions and 14 deletions

View File

@ -58,6 +58,8 @@ Rails.application.routes.draw do
get "/recruiter/login", to: "recruiter#login", as: :recruiter_login
post "/recruiter/login", to: "recruiter#auth", as: :recruiter_auth
get "/styleguide", to: "application#styleguide", as: :styleguide
root to: "candidate#login"
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html