Sha256: c12f14a63022e459d9f9f1e49582143e8e310fc6d9411c7155705583fcdcb550
Contents?: true
Size: 309 Bytes
Versions: 45
Compression:
Stored size: 309 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" match "/report_exception" => "home#report_exception", :via => [:get, :post, :put] get "/current_user" => "home#current_user" end
Version data entries
45 entries across 45 versions & 1 rubygems