Sha256: 39775199ea67c33d574f9ff6dfd44f8227e783a26f24c6d12f13eca250e923f7

Contents?: true

Size: 292 Bytes

Versions: 4

Compression:

Stored size: 292 Bytes

Contents

CurrentUser::Engine.routes.draw do
  match ':key/sign_in' => 'sessions#new', :via => :get, :as => 'sign_in'
  match ':key/sign_in' => 'sessions#create', :via => :post
  match :destroy, :path => 'sign_out', :controller => 'sessions', :action =>  'destroy', :as => "destroy", :via => :get

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
current_user-0.2.1 config/routes.rb
current_user-0.2.0 config/routes.rb
current_user-0.1.0 config/routes.rb
current_user-0.0.1 config/routes.rb