Sha256: 519b054642fdf11ab0bfe79ea28036aa4c3d9e156388f6ccfb4da2533998a7c0

Contents?: true

Size: 171 Bytes

Versions: 6

Compression:

Stored size: 171 Bytes

Contents

Rails.application.routes.draw do
  mount MyEngine::Engine => "/"
  root to: "index#index"

  resources :songs

  get "songs/with_image_tag"
  get "songs/with_escaped"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cells-4.0.5 test/rails4.2/config/routes.rb
cells-4.0.4 test/rails4.2/config/routes.rb
cells-4.0.3 test/rails4.2/config/routes.rb
cells-4.0.2 test/rails4.2/config/routes.rb
cells-4.0.1 test/rails4.2/config/routes.rb
cells-4.0.0 test/rails4.2/config/routes.rb