Sha256: d9efd20947d170eead36431d14ce21222b67feb1a5799b46a76c9e0501ab6a69

Contents?: true

Size: 210 Bytes

Versions: 8

Compression:

Stored size: 210 Bytes

Contents

module Refinery
  module Core
    class AuthorisationAdapter < Zilch::Authorisation::Adapters::Default

      def current_user
        @current_user ||= Refinery::Core::NilUser.new
      end

    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
refinerycms-core-3.0.6 lib/refinery/core/authorisation_adapter.rb
refinerycms-core-4.0.0 lib/refinery/core/authorisation_adapter.rb
refinerycms-core-3.0.5 lib/refinery/core/authorisation_adapter.rb
refinerycms-core-3.0.4 lib/refinery/core/authorisation_adapter.rb
refinerycms-core-3.0.3 lib/refinery/core/authorisation_adapter.rb
refinerycms-core-3.0.2 lib/refinery/core/authorisation_adapter.rb
refinerycms-core-3.0.1 lib/refinery/core/authorisation_adapter.rb
refinerycms-core-3.0.0 lib/refinery/core/authorisation_adapter.rb