Sha256: 589de3c7b5b0f876fe6c5ee78cd9739ae8eb1dc95561f595cd82abc03ed41a26

Contents?: true

Size: 191 Bytes

Versions: 7

Compression:

Stored size: 191 Bytes

Contents

Trestle::Engine.routes.draw do
  controller "trestle/auth/sessions" do
    get  'login'  => :new, as: :login
    post 'login'  => :create
    get  'logout' => :destroy, as: :logout
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
trestle-auth-0.3.0 config/routes.rb
trestle-auth-0.2.5 config/routes.rb
trestle-auth-0.2.4 config/routes.rb
trestle-auth-0.2.3 config/routes.rb
trestle-auth-0.2.2 config/routes.rb
trestle-auth-0.2.1 config/routes.rb
trestle-auth-0.2.0 config/routes.rb