Sha256: baeaa9588f6514f3334ee9ac6e02617461687dda872625a50e441d1a5e03056b
Contents?: true
Size: 741 Bytes
Versions: 2
Compression:
Stored size: 741 Bytes
Contents
Rails.application.routes.draw do get 'tests/offsite_with_path' => 'tests#offsite_with_path', as: 'offsite_with_path' get 'tests/offsite' => 'tests#offsite', as: 'offsite' get 'tests/blank' => 'tests#blank', as: 'blank' get 'tests/return_with_path' => 'tests#return_with_path', as: 'return_with_path' get 'tests/save' => 'tests#save', as: 'save' post 'tests/redirect_with_options' => 'tests#redirect_with_options', as: 'redirect_with_options' get 'tests/clear_and_save' => 'tests#clear_and_save', as: 'clear_and_save' put 'tests/return_with_options' => 'tests#return_with_options', as: 'return_with_options' delete 'tests/clear_and_redirect' => 'tests#clear_and_redirect', as: 'clear_and_redirect' root 'tests#blank' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jump_back-0.3.2 | spec/dummy/config/routes.rb |
jump_back-0.3.1 | spec/dummy/config/routes.rb |