Sha256: 3e24d8df5f1a811f5df6ad187d4ea3a66e42b6cba7c1452e82ae1e9b67ae2835
Contents?: true
Size: 315 Bytes
Versions: 1
Compression:
Stored size: 315 Bytes
Contents
Clubhouse::Engine.routes.draw do scope shallow: true, format: false do resources :organizations, except: [:new, :edit] do match ":id", action: :check, on: :collection, via: :head resources :invitations, except: [:new, :edit] resources :memberships, except: [:new, :edit] end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
clubhouse-0.1.0 | config/routes.rb |