gitlab-org--gitlab-foss/app/helpers/rss_helper.rb

6 lines
112 B
Ruby
Raw Normal View History

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