لدينا حل بديل سهل!
/latest.rss?category=6&exclude_tag=ai
تم تأكيد حالة الحافة مع خلاصات RSS الخاصة بالفئات.
شيء مثل هذا يجب أن يصلح المشكلة بشكل صحيح. سنقوم بوضع علامة على الفريق.
def category_feed
guardian.ensure_can_see!(@category)
discourse_expires_in 1.minute
# ...
@topic_list = TopicQuery.new(current_user, build_topic_list_options)
.list_new_in_category(@category)
render "list", formats: [:rss]
end