gitlink-forgeplus/app/controllers/topic/pinned_forums_controller.rb

6 lines
142 B
Ruby

class Topic::PinnedForumsController < Topic::BaseController
def index
@pinned_forums = kaminari_paginate(Topic::PinnedForum)
end
end