mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
8 lines
149 B
Ruby
8 lines
149 B
Ruby
class Projects::BaseController < ApplicationController
|
|
include PaginateHelper
|
|
|
|
before_action :load_project
|
|
before_action :load_repository
|
|
|
|
end
|