Sha256: 4aee1f51bf03aff311f02e2f76f20bdd6f306fc6a9125cef82c0485de0a0937d

Contents?: true

Size: 227 Bytes

Versions: 37

Compression:

Stored size: 227 Bytes

Contents

Brightcontent::Engine.routes.draw do
  get 'login', to: 'sessions#new'
  get 'logout', to: 'sessions#destroy'

  resources :admin_users
  resources :sessions, only: [:new, :create, :destroy]

  root to: "admin_users#index"
end

Version data entries

37 entries across 37 versions & 2 rubygems

Version Path
brightcontent-core-2.0.33 config/routes.rb
brightcontent-core-2.0.31 config/routes.rb
brightcontent-core-2.0.30 config/routes.rb
brightcontent-core-2.0.29 config/routes.rb
brightcontent-core-2.0.28 config/routes.rb
brightcontent-core-2.0.27 config/routes.rb
brightcontent-core-2.0.26 config/routes.rb
brightcontent-core-2.0.25 config/routes.rb
brightcontent-core-2.0.24 config/routes.rb
brightcontent-core-2.0.23 config/routes.rb
brightcontent-core-2.0.22 config/routes.rb
brightcontent-core-2.0.21 config/routes.rb
brightcontent-core-2.0.20 config/routes.rb
brightcontent-core-2.0.19 config/routes.rb
brightcontent-core-2.0.18 config/routes.rb
brightcontent-core-2.0.17 config/routes.rb
brightcontent-core-2.0.16 config/routes.rb
brightcontent-core-2.0.15 config/routes.rb
brightcontent-core-2.0.14 config/routes.rb
brightcontent-core-2.0.13 config/routes.rb