Sha256: 0b40dd5f2797bf93a6db0352c274ba3265501631e3f919ee63b9fa1c16f07245

Contents?: true

Size: 227 Bytes

Versions: 24

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: "application#index"
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
brightcontent-core-2.6.0 config/routes.rb
brightcontent-core-2.5.1 config/routes.rb
brightcontent-core-2.5.0 config/routes.rb
brightcontent-core-2.4.6 config/routes.rb
brightcontent-core-2.4.5 config/routes.rb
brightcontent-core-2.4.4 config/routes.rb
brightcontent-core-2.4.3 config/routes.rb
brightcontent-core-2.4.2 config/routes.rb
brightcontent-core-2.4.1 config/routes.rb
brightcontent-core-2.4.0 config/routes.rb
brightcontent-core-2.3.4 config/routes.rb
brightcontent-core-2.3.3 config/routes.rb
brightcontent-core-2.3.2 config/routes.rb
brightcontent-core-2.3.1 config/routes.rb
brightcontent-core-2.3.0 config/routes.rb
brightcontent-core-2.2.2 config/routes.rb
brightcontent-core-2.2.1 config/routes.rb
brightcontent-core-2.2.0 config/routes.rb
brightcontent-core-2.1.5 config/routes.rb
brightcontent-core-2.1.4 config/routes.rb