Skip to content

Commit

Permalink
Removing a redundant route already specified a few lines above
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed May 1, 2012
1 parent 2cdb17e commit 5eadccf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
match "contact" => "static#contact"
match "open_source" => "static#open_source"
match "help" => "static#help"
# static for remote follows
match "/follow", :to => "static#follow"

# External Auth
match '/auth/:provider/callback', :to => 'auth#auth'
Expand Down

0 comments on commit 5eadccf

Please sign in to comment.