Files
gitlink-forgeplus/app/controllers/projects/base_controller.rb
2020-08-11 23:20:04 +08:00

8 lines
149 B
Ruby

class Projects::BaseController < ApplicationController
include PaginateHelper
before_action :load_project
before_action :load_repository
end