Sha256: f3abda156014bc6718b66b244c4d3798f4b8e7d3c9f9634eea5da74a04ec9783

Contents?: true

Size: 114 Bytes

Versions: 7

Compression:

Stored size: 114 Bytes

Contents

Rails.application.routes.draw do
  get :async, to: 'application#test'
  get :normal, to: 'application#normal'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
async_request-0.0.7 spec/dummy/config/routes.rb
async_request-0.0.6 spec/dummy/config/routes.rb
async_request-0.0.5 spec/dummy/config/routes.rb
async_request-0.0.4 spec/dummy/config/routes.rb
async_request-0.0.3 spec/dummy/config/routes.rb
async_request-0.0.2 spec/dummy/config/routes.rb
async_request-0.0.1 spec/dummy/config/routes.rb