Sha256: b9792d2db2f43264ee829a26c71783671c09109a7c83abb020b0e21087c4a880

Contents?: true

Size: 174 Bytes

Versions: 26

Compression:

Stored size: 174 Bytes

Contents

Guts::Engine.routes.prepend do
  get "/types/explode", to: "types#explode", as: :guts_types_explode
end

Rails.application.routes.draw do
  mount Guts::Engine => "/guts"
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
guts-3.1.2 test/dummy/config/routes.rb
guts-3.1.1 test/dummy/config/routes.rb
guts-3.1.0 test/dummy/config/routes.rb
guts-3.0.1 test/dummy/config/routes.rb
guts-3.0.0 test/dummy/config/routes.rb
guts-2.1.0 test/dummy/config/routes.rb
guts-2.0.2 test/dummy/config/routes.rb
guts-2.0.1 test/dummy/config/routes.rb
guts-2.0.0 test/dummy/config/routes.rb
guts-1.4.0 test/dummy/config/routes.rb
guts-1.3.6 test/dummy/config/routes.rb
guts-1.3.5 test/dummy/config/routes.rb
guts-1.3.4 test/dummy/config/routes.rb
guts-1.3.3 test/dummy/config/routes.rb
guts-1.3.2 test/dummy/config/routes.rb
guts-1.3.1 test/dummy/config/routes.rb
guts-1.3.0 test/dummy/config/routes.rb
guts-1.2.2 test/dummy/config/routes.rb
guts-1.2.1 test/dummy/config/routes.rb
guts-1.2.0 test/dummy/config/routes.rb