spec/internal/config/routes.rb in mobile-enhancements-0.0.4 vs spec/internal/config/routes.rb in mobile-enhancements-0.0.5

- old
+ new

@@ -9,8 +9,9 @@ get "eight", to: "test#path_rendering" end mobile_only do get "three", to: "test#three" + get "nine", to: "test#mobile_to_desktop_path" root to: "test#four" end end \ No newline at end of file