Sha256: b0893c49d649af90412c99d815b429484c9cf0a563b2a66d0f89460684df4ab0

Contents?: true

Size: 315 Bytes

Versions: 14

Compression:

Stored size: 315 Bytes

Contents

Rails.application.routes.draw do
  root to: "think_feel_do_dashboard/admin#index"
  devise_for :participants
  devise_for :users
  mount ThinkFeelDoDashboard::Engine => "/think_feel_do_dashboard"
  resource :arms, only: [:index, :show]
  resources :reports, only: :index
  resources :participants, only: :index
end

Version data entries

14 entries across 14 versions & 1 rubygems

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