Sha256: d9830565da2a5c6bdffda0de6551ac653fac5db3e51670c6152ef6644afb3916

Contents?: true

Size: 142 Bytes

Versions: 18

Compression:

Stored size: 142 Bytes

Contents

Auther::Engine.routes.draw do
  root to: "session#new"
  resource :session, controller: "session", only: [:show, :new, :create, :destroy]
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
auther-5.0.1 config/routes.rb
auther-5.0.0 config/routes.rb
auther-4.1.0 config/routes.rb
auther-4.0.0 config/routes.rb
auther-3.2.0 config/routes.rb
auther-3.1.0 config/routes.rb
auther-3.0.0 config/routes.rb
auther-2.2.0 config/routes.rb
auther-2.1.0 config/routes.rb
auther-2.0.0 config/routes.rb
auther-1.4.0 config/routes.rb
auther-1.3.0 config/routes.rb
auther-1.2.0 config/routes.rb
auther-1.1.0 config/routes.rb
auther-1.0.0 config/routes.rb
auther-0.3.0 config/routes.rb
auther-0.2.0 config/routes.rb
auther-0.1.0 config/routes.rb