Sha256: 177347579a747ab5223f90f7a5b5da4a0b43a79c0055bbd6315d296ffa59e4c0
Contents?: true
Size: 233 Bytes
Versions: 3
Compression:
Stored size: 233 Bytes
Contents
Rails.application.routes.draw do mount Lena::Engine => "/lena" root to: 'application#index' get 'log', to: 'application#log' get 'throw', to: 'application#throw' get 'throw_callstack', to: 'application#throw_callstack' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lena-0.1.0 | spec/dummy/config/routes.rb |
lena-0.0.2 | spec/dummy/config/routes.rb |
lena-0.0.1 | spec/dummy/config/routes.rb |