config/routes.rb in clubhouse-0.2.0 vs config/routes.rb in clubhouse-0.3.0
- old
+ new
@@ -1,7 +1,7 @@
Clubhouse::Engine.routes.draw do
scope shallow: true, format: false do
- resources :organizations, except: [:new, :edit] do
+ resources :organizations, except: [:new, :edit], id: /[^\/\?]+/ do
get :check, on: :member
resources :invitations, except: [:new, :edit]
resources :memberships, except: [:new, :edit]