Skip to content

Commit

Permalink
Allow subscription cancellation with get requests (link).
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mahlow committed Nov 17, 2011
1 parent 10797f4 commit f13406b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

scope "/account" do
resources :subscriptions do
put 'cancel'
get 'cancel'

resources :creditcards
end
Expand Down

0 comments on commit f13406b

Please sign in to comment.