From 2911e357bd426b36e45f5cd513df7b9382bd384b Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 6 Dec 2021 16:14:57 -0600 Subject: [PATCH] Add source to latest TIL --- rails/test-out-url-and-path-helpers-in-the-console.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rails/test-out-url-and-path-helpers-in-the-console.md b/rails/test-out-url-and-path-helpers-in-the-console.md index 1923c39..744f2d7 100644 --- a/rails/test-out-url-and-path-helpers-in-the-console.md +++ b/rails/test-out-url-and-path-helpers-in-the-console.md @@ -36,3 +36,5 @@ and `*_url` path helpers. For the `*_url` path helpers, make sure you have [`default_url_options` set](set-default-url-options-for-entire-application.md). + +[source](https://stackoverflow.com/a/13553422/535590)