Sha256: c12511daea0bc4be5f719b1147ab07bffd8376e593008651319c36f96567984d
Contents?: true
Size: 752 Bytes
Versions: 2
Compression:
Stored size: 752 Bytes
Contents
require "arrthorizer/version" module Arrthorizer autoload :ArrthorizerException, "arrthorizer/arrthorizer_exception" autoload :Registry, "arrthorizer/registry" autoload :Role, "arrthorizer/role" autoload :ContextRole, "arrthorizer/context_role" autoload :Permission, "arrthorizer/permission" autoload :Privilege, "arrthorizer/privilege" autoload :ContextBuilder, "arrthorizer/context_builder" autoload :Rails, "arrthorizer/rails" require 'arrthorizer/context' require 'arrthorizer/roles' if defined?(::Rails) Arrthorizer::Rails.initialize! end def self.configure(&block) self.tap(&block) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arrthorizer-0.1.0.pre2 | lib/arrthorizer.rb |
arrthorizer-0.1.0.pre | lib/arrthorizer.rb |