Navigation Menu

Skip to content

Commit

Permalink
god damn you twilio and your shitty docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ox committed Oct 14, 2012
1 parent 484345e commit b765eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sms_receiver.rb
Expand Up @@ -36,9 +36,9 @@ def split_into_task_and_time(text)
end

# callback for SMS receive
get '/sms-hook' do
post '/sms-hook' do
p params

t = split_into_task_and_time(params[:Body])

t[1].each do |pair|
Expand Down

0 comments on commit b765eb2

Please sign in to comment.