rss_helper.rb 112 Bytes EditWeb IDE 1 2 3 4 5 module RssHelper def rss_url_options { format: :atom, rss_token: current_user.try(:rss_token) } end end