test/rails4.2/config/routes.rb in cells-4.0.0.rc1 vs test/rails4.2/config/routes.rb in cells-4.0.0

- old
+ new

@@ -1,6 +1,9 @@ Rails.application.routes.draw do mount MyEngine::Engine => "/" root to: "index#index" resources :songs + + get "songs/with_image_tag" + get "songs/with_escaped" end