Sha256: e5ac95513cdfe2aa43ae29f439ad2a57aefdfbd737d56abe15b5c2d34189af59

Contents?: true

Size: 364 Bytes

Versions: 25

Compression:

Stored size: 364 Bytes

Contents

Dummy::Application.routes.draw do
  authenticated :user do
    root :to => 'home#index'
  end
  root :to => "home#index"
  devise_for :users
  resources :users do
    member { post :start_session }
  end

  match "/cause_exception" => "home#cause_exception"
  match "/report_exception" => "home#report_exception"
  match "/current_user" => "home#current_user"
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
ratchetio-0.7.1 spec/dummyapp/config/routes.rb
ratchetio-0.7.0 spec/dummyapp/config/routes.rb
ratchetio-0.6.3 spec/dummyapp/config/routes.rb
ratchetio-0.6.1 spec/dummyapp/config/routes.rb
ratchetio-0.6.0 spec/dummyapp/config/routes.rb