Rails AtomFeedBuilder Entry :Url option appears in url tag but not in link tag
- by Nick
Hello,
I'm using the AtomFeedHelper and everything is working fine except for one feed where I need to link each entry to a URL which is not the default polymorphic_url for the record.
Per the documentation I've specified an :url option for the entry. This correctly renders a <url> tag in the atom node but the <link rel="alternate" still…