Sha256: 550c9d0d2315d34882669777d00235f1956382c85f68ef924d524c12809c8d3c

Contents?: true

Size: 226 Bytes

Versions: 13

Compression:

Stored size: 226 Bytes

Contents

Rails.application.routes.draw do
  get "hello_world", to: "hello_world#index"

  get "/", to: redirect("/hello_world")
  # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
shakapacker-7.2.3 spec/dummy/config/routes.rb
shakapacker-7.3.0.beta.1 spec/dummy/config/routes.rb
shakapacker-7.2.2 spec/dummy/config/routes.rb
shakapacker-7.2.1 spec/dummy/config/routes.rb
shakapacker-7.2.0 spec/dummy/config/routes.rb
shakapacker-7.2.0.rc.0 spec/dummy/config/routes.rb
shakapacker-7.1.0 spec/dummy/config/routes.rb
shakapacker-7.0.3 spec/dummy/config/routes.rb
shakapacker-7.0.2 spec/dummy/config/routes.rb
shakapacker-7.0.1 spec/dummy/config/routes.rb
shakapacker-7.0.0 spec/dummy/config/routes.rb
shakapacker-7.0.0.rc.2 spec/dummy/config/routes.rb
shakapacker-7.0.0.rc.1 spec/dummy/config/routes.rb