spec/internal/app/controllers/test_controller.rb in mobile-enhancements-0.0.3 vs spec/internal/app/controllers/test_controller.rb in mobile-enhancements-0.0.4
- old
+ new
@@ -4,9 +4,11 @@
end
alias_method :two, :one
alias_method :three, :one
alias_method :four, :one
+ def path_rendering; end
+
def path_checking
render text: optional_mobile_url
end
def redirect_checking
\ No newline at end of file