forgeplus/app/controllers/api/v1/projects/actions/base_controller.rb

4 lines
128 B
Ruby

class Api::V1::Projects::Actions::BaseController < Api::V1::BaseController
before_action :require_public_and_member_above
end