Sha256: 217cf5a9a1bed64ba1c72141610b0d0f33420b7ee132a5efe66409a1c7ac7765

Contents?: true

Size: 336 Bytes

Versions: 33

Compression:

Stored size: 336 Bytes

Contents

Adherent::Engine.routes.draw do
  
  

  
  

  get "allpayments/index"

  resources :coords
  resources :payments, :controller=>:allpayments


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

  root :to=>'members#index'
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
adherent-0.3.13 config/routes.rb
adherent-0.3.12 config/routes.rb
adherent-0.3.11 config/routes.rb
adherent-0.3.10 config/routes.rb
adherent-0.3.9 config/routes.rb
adherent-0.3.7 config/routes.rb
adherent-0.3.6 config/routes.rb
adherent-0.3.5 config/routes.rb
adherent-0.3.4 config/routes.rb
adherent-0.3.3 config/routes.rb
adherent-0.3.2 config/routes.rb
adherent-0.3.1 config/routes.rb
adherent-0.3.0 config/routes.rb
adherent-0.2.9 config/routes.rb
adherent-0.2.8 config/routes.rb
adherent-0.2.7 config/routes.rb
adherent-0.2.6 config/routes.rb
adherent-0.2.5 config/routes.rb
adherent-0.2.4 config/routes.rb
adherent-0.2.3 config/routes.rb