forgeplus/app/controllers/projects/base_controller.rb

6 lines
129 B
Ruby
Raw Permalink Normal View History

2020-03-09 00:40:16 +08:00
class Projects::BaseController < ApplicationController
include PaginateHelper
before_action :require_login, :check_auth
end