Sha256: 3c7ec270731c0b50aa5aac75fced0edebf4f29b3b540e1834a9b3856c41296d3

Contents?: true

Size: 493 Bytes

Versions: 14

Compression:

Stored size: 493 Bytes

Contents

ThinkFeelDoDashboard::Engine.routes.draw do
  root to: "admin#index"
  resources :arms
  resources :groups do
    namespace :social_networking do
      resources :profile_questions
    end
    resource :moderators, only: :create
  end
  resources :participants do
    resources :coaches, controller: :coach_assignments, except: [:index] do
      get 'woz', on: :member
    end
    resources :groups, controller: :memberships, except: [:index]
  end
  resources :reports
  resources :users
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
think_feel_do_dashboard-1.2.1 config/routes.rb
think_feel_do_dashboard-1.2.0.beta1 config/routes.rb
think_feel_do_dashboard-1.1.21 config/routes.rb
think_feel_do_dashboard-1.1.20 config/routes.rb
think_feel_do_dashboard-1.1.19 config/routes.rb
think_feel_do_dashboard-1.1.18 config/routes.rb
think_feel_do_dashboard-1.1.17 config/routes.rb
think_feel_do_dashboard-1.1.16 config/routes.rb
think_feel_do_dashboard-1.1.15 config/routes.rb
think_feel_do_dashboard-1.1.14 config/routes.rb
think_feel_do_dashboard-1.1.13 config/routes.rb
think_feel_do_dashboard-1.1.12 config/routes.rb
think_feel_do_dashboard-1.1.11 config/routes.rb
think_feel_do_dashboard-1.1.10 config/routes.rb