allowable.rb 101 Bytes EditWeb IDE 1 2 3 4 5 6 7 module Gitlab module Allowable def can?(*args) Ability.allowed?(*args) end end end