debian-mirror-gitlab/app/models/protected_branch/push_access_level.rb

6 lines
127 B
Ruby
Raw Normal View History

2018-11-20 20:47:30 +05:30
# frozen_string_literal: true
2019-05-30 16:15:17 +05:30
class ProtectedBranch::PushAccessLevel < ActiveRecord::Base
2016-09-13 17:45:13 +05:30
include ProtectedBranchAccess
end