Files
gitlink-forgeplus/app/controllers/projects/base_controller.rb
2020-03-09 00:40:16 +08:00

6 lines
129 B
Ruby

class Projects::BaseController < ApplicationController
include PaginateHelper
before_action :require_login, :check_auth
end