Sha256: a49894e74a0c064588b850c228d126a90af6046f8144147664e78bfcdf7fcbae

Contents?: true

Size: 147 Bytes

Versions: 8

Compression:

Stored size: 147 Bytes

Contents

Rails.application.routes.draw do

  get 'broken' => 'break#really_broken'
  get 'manual' => 'break#manual_notify'

  root :to => "break#index"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
crashlog-1.0.7 spec/dummy/config/routes.rb
crashlog-1.0.6 spec/dummy/config/routes.rb
crashlog-1.0.5 spec/dummy/config/routes.rb
crashlog-1.0.4 spec/dummy/config/routes.rb
crashlog-1.0.3 spec/dummy/config/routes.rb
crashlog-1.0.2.1 spec/dummy/config/routes.rb
crashlog-1.0.2 spec/dummy/config/routes.rb
crashlog-1.0.1 spec/dummy/config/routes.rb