Sha256: 68b7179e529a317d4cffd8b1e71ec0c9bbd9f5ab4e80d8771504ee48004203f2

Contents?: true

Size: 360 Bytes

Versions: 5

Compression:

Stored size: 360 Bytes

Contents

Dummy::Application.routes.draw do
  get "/home", to: "home#index", as: :home
  get "/another", to: "home#another", as: :another
  get "/partials", to: "home#partials", as: :partials
  get "/helpers", to: "home#helpers", as: :helpers
  get "/pdf_layout", to: "home#pdf_layout", as: :pdf_layout
  get "/renamed_var", to: "home#renamed_var", as: :renamed_var
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pdfcraft-4.0.0 test/dummy/config/routes.rb
pdfcraft-3.0.0 test/dummy/config/routes.rb
pdfcraft-2.0.0 test/dummy/config/routes.rb
pdfcraft-1.0.1 test/dummy/config/routes.rb
pdfcraft-1.0.0 test/dummy/config/routes.rb