Registrations page

This commit is contained in:
Godwin
2014-07-27 23:14:54 -06:00
parent 9c36cd5576
commit fe107076af
4 changed files with 111 additions and 10 deletions
+1
View File
@@ -20,6 +20,7 @@ BikeBike::Application.routes.draw do
match 'register/pay-registration/:confirmation_token' => 'conferences#register_pay_registration', via: [:get, :post]
get 'register/paypal-confirm/:confirmation_token' => 'conferences#register_paypal_confirm'
get 'register/paypal-cancel/:confirmation_token' => 'conferences#register_paypal_cancel'
get 'registrations' => 'conferences#registrations'
#patch 'register/step/:step' => 'conferences#register_step'
#resources :registrations, :path => 'registration' do
# get :form, on: :collection