fixing routes

This commit is contained in:
Jared Cosulich 2017-03-10 13:58:21 -05:00
parent 86f1bc7712
commit bfaf08373a

View file

@ -21,7 +21,7 @@ Rails.application.routes.draw do
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
get '/admin', to: 'admin#index', as: 'admin'
post '/twilio', to: 'attempt#twilio'
post '/twilio', to: 'attempts#twilio'
root to: "welcome#index"
end