Sha256: 920e304e459c7691407a20ff9c34835784206aeecc9e0f24b30abbfe998d99c4

Contents?: true

Size: 260 Bytes

Versions: 8

Compression:

Stored size: 260 Bytes

Contents

Adherent::Engine.routes.draw do
  
  

  
  

  resources :coords


  resources :members do
    resource :coord
    resources :adhesions
    resources :payments
  end
  
  resources :payments do
    resources :reglements
  end

  root :to=>'members#index'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
adherent-0.1.3 config/routes.rb
adherent-0.1.2 config/routes.rb
adherent-0.1.1 config/routes.rb
adherent-0.1.0 config/routes.rb
adherent-0.0.9 config/routes.rb
adherent-0.0.7 config/routes.rb
adherent-0.0.6 config/routes.rb
adherent-0.0.5 config/routes.rb