Sha256: 30629ab6b6bbfa44480f9a7778ad7fb72aa1c79fbc26dc91e8e1843cffab9ea2

Contents?: true

Size: 168 Bytes

Versions: 55

Compression:

Stored size: 168 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
auther-16.10.0 config/routes.rb
auther-16.9.0 config/routes.rb
auther-16.8.0 config/routes.rb
auther-16.7.0 config/routes.rb
auther-16.6.0 config/routes.rb
auther-16.5.0 config/routes.rb
auther-16.4.0 config/routes.rb
auther-16.3.0 config/routes.rb
auther-16.2.0 config/routes.rb
auther-16.1.0 config/routes.rb
auther-16.0.0 config/routes.rb
auther-15.0.2 config/routes.rb
auther-15.0.1 config/routes.rb
auther-15.0.0 config/routes.rb
auther-14.0.3 config/routes.rb
auther-14.0.2 config/routes.rb
auther-14.0.1 config/routes.rb
auther-14.0.0 config/routes.rb
auther-13.6.0 config/routes.rb
auther-13.5.0 config/routes.rb