debian-mirror-gitlab/app/helpers/rss_helper.rb

6 lines
112 B
Ruby
Raw Normal View History

2017-08-17 22:00:37 +05:30
module RssHelper
def rss_url_options
2017-09-10 17:25:29 +05:30
{ format: :atom, rss_token: current_user.try(:rss_token) }
2017-08-17 22:00:37 +05:30
end
end