Sha256: 3069fbd2e5131256bc2130e46ec6b310a2e5d7a62bc79ea1d0a3ec23e1f16d0b

Contents?: true

Size: 152 Bytes

Versions: 4

Compression:

Stored size: 152 Bytes

Contents

Rails.application.routes.draw do

  mount Incarnator::Engine => "/incarnator"
  mount Theblog::Engine => "/theblog"
  root to: redirect('/theblog')
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
theblog-0.0.2.3 spec/dummy/config/routes.rb
theblog-0.0.2.2 spec/dummy/config/routes.rb
theblog-0.0.2 spec/dummy/config/routes.rb
theblog-0.0.1.1 spec/dummy/config/routes.rb