diff options
author | jessib <jessib@leap.se> | 2013-04-23 13:23:01 -0700 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-07-17 10:47:13 +0200 |
commit | 1e557522fafc26829b8e9a873da28b7082d4df42 (patch) | |
tree | a78542bf9cc801d444168e2a88f1957c27a6d8b7 /billing/config | |
parent | c2330394daf004974656d8240ca6c83567401595 (diff) |
Some improvements to navigation, and pulling out separate show/edit views for customers.
Diffstat (limited to 'billing/config')
-rw-r--r-- | billing/config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/billing/config/routes.rb b/billing/config/routes.rb index b5ccf6e..4f31fb7 100644 --- a/billing/config/routes.rb +++ b/billing/config/routes.rb @@ -3,7 +3,7 @@ Rails.application.routes.draw do match 'payments/new' => 'payments#new', :as => :new_payment match 'payments/confirm' => 'payments#confirm', :as => :confirm_payment - resources :customer, :only => [:new, :edit] + resources :customer, :only => [:new, :edit, :show] resources :credit_card_info, :only => [:edit] match 'customer/confirm' => 'customer#confirm', :as => :confirm_customer |