spec/internal/config/routes.rb in mobile-enhancements-0.0.1 vs spec/internal/config/routes.rb in mobile-enhancements-0.0.2
- old
+ new
@@ -5,7 +5,8 @@
get "two", to: "test#two"
end
mobile_only do
get "three", to: "test#three"
+ root to: "test#four"
end
end
\ No newline at end of file