Skip to content

Commit

Permalink
updated routes for sms
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelEvans committed Dec 25, 2011
1 parent 90c2039 commit 7945030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Expand Up @@ -15,6 +15,7 @@
match "/:username" => 'home#show', :as => "user_blips"
match "/:username/toggle_follow" => 'home#toggle_follow', :as => "toggle_follow"

match "/sms/in" => "sms#in"

root :to => 'home#index'

Expand Down

0 comments on commit 7945030

Please sign in to comment.