Welcome to mirror list, hosted at ThFree Co, Russian Federation.

push_access_level.rb « protected_branch « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d53c4c391e34d8101ebbe4c410efaa88b1bff6ad (plain)
1
2
3
class ProtectedBranch::PushAccessLevel < ActiveRecord::Base
  belongs_to :protected_branch
end