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.12 config/routes.rb
brightcontent-core-2.0.11 config/routes.rb
brightcontent-core-2.0.10 config/routes.rb
brightcontent-core-2.0.9 config/routes.rb
brightcontent-core-2.0.8 config/routes.rb
brightcontent-core-2.0.7 config/routes.rb
brightcontent-core-2.0.6 config/routes.rb
brightcontent-core-2.0.5 config/routes.rb
brightcontent-core-2.0.3 config/routes.rb
brightcontent-core-2.0.2 config/routes.rb
brightcontent-core-2.0.1 config/routes.rb
brightcontent-core-2.0.0.alpha6 config/routes.rb
brightcontent-core-2.0.0.alpha5 config/routes.rb
brightcontent-2.0.0.alpha3 core/config/routes.rb
brightcontent-core-2.0.0.alpha3 config/routes.rb
brightcontent-2.0.0.alpha2 core/config/routes.rb
brightcontent-core-2.0.0.alpha2 config/routes.rb