debian-mirror-gitlab/app/models/protected_branch/push_access_level.rb
2018-11-20 20:47:30 +05:30

6 lines
127 B
Ruby

# frozen_string_literal: true
class ProtectedBranch::PushAccessLevel < ActiveRecord::Base
include ProtectedBranchAccess
end