forked from jasder/forgeplus
6 lines
129 B
Ruby
6 lines
129 B
Ruby
|
class Projects::BaseController < ApplicationController
|
||
|
include PaginateHelper
|
||
|
|
||
|
before_action :require_login, :check_auth
|
||
|
end
|