config/routes.rb in artfully_ose-1.2.0.pre.8 vs config/routes.rb in artfully_ose-1.2.0.pre.9
- old
+ new
@@ -30,10 +30,13 @@
#legacy for now to support the old routes directly to events and shows
namespace :store do
resources :events, :only => :show, :as => :old_storefront_event
resources :shows, :only => :show
- resource :checkout, :only => :create
+ # resource :checkout, :only => :create
+ resource :checkout, :only => :create do
+ get "dook", :to => "checkouts#dook"
+ end
end
devise_for :members, :controllers => { :invitations => "members/invitations" }
devise_for :users, :controllers => {:sessions => "users/sessions"}
devise_scope :user do