gitlink-forgeplus/app/controllers/api/v1/base_controller.rb

6 lines
121 B
Ruby

class Api::V1::BaseController < ApplicationController
include Api::ProjectHelper
skip_before_action :user_setup
end