Sha256: 26f4fd1781ff2777d1374dd47ebd8e9883e9ee9a5a0034d529d7db8cabd860e7

Contents?: true

Size: 262 Bytes

Versions: 8

Compression:

Stored size: 262 Bytes

Contents

ExceptionHandlerTestApp::Application.routes.draw do
  match 'home/controller_error' => 'home#controller_error'
  match 'home/model_error' => 'home#model_error'
  match 'home/view_error' => 'home#view_error'
  match 'home/syntax_error' => 'home#syntax_error'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rails_exception_handler-1.3.0 spec/testapp_30/config/routes.rb
rails_exception_handler-1.2.1 spec/testapp_30/config/routes.rb
rails_exception_handler-1.2.0 spec/testapp_30/config/routes.rb
rails_exception_handler-1.1.2 spec/testapp_30/config/routes.rb
rails_exception_handler-1.1.1 spec/testapp_30/config/routes.rb
rails_exception_handler-1.1.0 spec/testapp_30/config/routes.rb
rails_exception_handler-1.0.1 spec/testapp_30/config/routes.rb
rails_exception_handler-1.0.0 spec/testapp_30/config/routes.rb