Sha256: 5e6b25cd56c25cf1ea1a1b255bf94e8ca54e5d9bb4dd37a147717f28b30c92b3
Contents?: true
Size: 384 Bytes
Versions: 32
Compression:
Stored size: 384 Bytes
Contents
Dummy::Application.routes.draw do root :to => "home#index" resources :users do member { post :start_session } end get "/cause_exception" => "home#cause_exception" put "/deprecated_report_exception" => "home#deprecated_report_exception" match "/report_exception" => "home#report_exception", :via => [:get, :post, :put] get "/current_user" => "home#current_user" end
Version data entries
32 entries across 32 versions & 1 rubygems