Sha256: 8698c2f4644d0401f48d196a95fa6c518b706e71a836301e88a2626ed378c1f9
Contents?: true
Size: 381 Bytes
Versions: 4
Compression:
Stored size: 381 Bytes
Contents
Dummy::Application.routes.draw do match 'user/edit' => 'users#edit', :as => :edit_current_user match 'signup' => 'users#new', :as => :signup match 'logout' => 'sessions#destroy', :as => :logout match 'login' => 'sessions#new', :as => :login resources :sessions resources :users resources :chats do resources :messages end root :to => 'chats#index' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
alondra-0.1.1 | test/dummy/config/routes.rb |
alondra-0.1.0 | test/dummy/config/routes.rb |
alondra-0.0.4 | test/dummy/config/routes.rb |
alondra-0.0.3 | test/dummy/config/routes.rb |