Sha256: 5ad298fa5f6c7b88a6e85f6477fdcb17f6c7faf386228222bc8e97bdd23a3490
Contents?: true
Size: 301 Bytes
Versions: 4
Compression:
Stored size: 301 Bytes
Contents
module SimpleNavigation class Configuration def apply_acl(id, context=:default) SimpleNavigationAcl::Base.apply_acl(self, id, context) end end class ItemContainer def apply_acl(id, context=:default) SimpleNavigationAcl::Base.apply_acl(self, id, context) end end end
Version data entries
4 entries across 4 versions & 1 rubygems