Hey Everyone,
I was adding an atom feed to a rails application and noticed something:
According to the docs ActionView::Helpers::AssetTagHelper
auto_discovery_link_tag(:atom, {controller: “home”, action: “public_archives”})`
Should return
but I’m getting just the host without the controller or action.
Would anyone mind pointing me in what I might be doing wrong? I also cross posted this question on Stack Overflow if you want the rep.
Sunny Juneja