gitlab-org--gitlab-foss/app/helpers/rss_helper.rb
2017-05-24 22:29:59 +02:00

5 lines
112 B
Ruby

module RssHelper
def rss_url_options
{ format: :atom, rss_token: current_user.try(:rss_token) }
end
end