Sha256: 854e766e9ba9e849d97fc5a0c2dc1e9961f2a480bada494d31b143b135d5e135

Contents?: true

Size: 331 Bytes

Versions: 11

Compression:

Stored size: 331 Bytes

Contents

require "zilch/authorisation/authorisation_manager"
require "refinery/core/authorisation_adapter"

module Refinery
  module Core
    class AuthorisationManager < Zilch::Authorisation::AuthorisationManager

      def default_adapter
        @default_adapter ||= Refinery::Core::AuthorisationAdapter.new
      end

    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
refinerycms-core-4.0.3 lib/refinery/core/authorisation_manager.rb
refinerycms-core-4.0.2 lib/refinery/core/authorisation_manager.rb
refinerycms-core-4.0.1 lib/refinery/core/authorisation_manager.rb
refinerycms-core-3.0.6 lib/refinery/core/authorisation_manager.rb
refinerycms-core-4.0.0 lib/refinery/core/authorisation_manager.rb
refinerycms-core-3.0.5 lib/refinery/core/authorisation_manager.rb
refinerycms-core-3.0.4 lib/refinery/core/authorisation_manager.rb
refinerycms-core-3.0.3 lib/refinery/core/authorisation_manager.rb
refinerycms-core-3.0.2 lib/refinery/core/authorisation_manager.rb
refinerycms-core-3.0.1 lib/refinery/core/authorisation_manager.rb
refinerycms-core-3.0.0 lib/refinery/core/authorisation_manager.rb