4 lines
96 B
Ruby
4 lines
96 B
Ruby
|
class ProtectedBranch::PushAccessLevel < ActiveRecord::Base
|
||
|
include ProtectedBranchAccess
|
||
|
end
|