Sha256: 2af45bf8d327541d714532ebea18edd8c3fca1121f55fff89305cf2da74144c4

Contents?: true

Size: 239 Bytes

Versions: 51

Compression:

Stored size: 239 Bytes

Contents

Manage::Engine.routes.draw do
  devise_for :admin_users, :class_name => "AdminUser", skip: :registrations, controllers: {
    sessions: "manage/sessions"
  }

  resources :dashboards
  resources :admin_users

  root 'dashboards#index'
end

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
manage-1.4.3 config/routes.rb
manage-1.4.2 config/routes.rb
manage-1.4.1 config/routes.rb
manage-1.4 config/routes.rb
manage-1.3.52 config/routes.rb
manage-1.3.51 config/routes.rb
manage-1.3.50 config/routes.rb
manage-1.3.49 config/routes.rb
manage-1.3.48 config/routes.rb
manage-1.3.47 config/routes.rb
manage-1.3.46 config/routes.rb
manage-1.3.45 config/routes.rb
manage-1.3.44 config/routes.rb
manage-1.3.43 config/routes.rb
manage-1.3.42 config/routes.rb
manage-1.3.40 config/routes.rb
manage-1.3.39 config/routes.rb
manage-1.3.38 config/routes.rb
manage-1.3.37 config/routes.rb
manage-1.3.36 config/routes.rb