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

6 lines
120 B
Ruby
Raw Normal View History

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