Sha256: f3e3c44ff39c6341c3cc042a4ecb68c9a5fe863f17b3135bdce5fe85fef881e4

Contents?: true

Size: 342 Bytes

Versions: 6

Compression:

Stored size: 342 Bytes

Contents

Dummy::Application.routes.draw do

  get 'exception' => 'status#exception_action'
  get 'error' => 'status#error_action'
  get 'not_found' => 'status#not_found_action'
  get 'unauthorized' => 'status#unauthorized_action'
  get 'forbidden' => 'status#forbidden_action'
  get 'unprocessable_entity' => 'status#unprocessable_entity_action'

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tuning-0.3.3 test/dummy/config/routes.rb
tuning-0.3.2 test/dummy/config/routes.rb
tuning-0.3.0 test/dummy/config/routes.rb
tuning-0.2.4 test/dummy/config/routes.rb
tuning-0.2.3 test/dummy/config/routes.rb
tuning-0.2.2 test/dummy/config/routes.rb