Sha256: dd53516e43ac8405d899d0262d6544736ba282e26877e8caf363b953071318e7

Contents?: true

Size: 162 Bytes

Versions: 14

Compression:

Stored size: 162 Bytes

Contents

module Alchemy
  module AuthenticationHelpers

    def self.included(base)
      base.send :alias_method, :current_alchemy_user, :current_user
    end

  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
alchemy_cms-2.6.3 lib/alchemy/authentication_helpers.rb
alchemy_cms-2.6.2.1 lib/alchemy/authentication_helpers.rb
alchemy_cms-2.6.2 lib/alchemy/authentication_helpers.rb
alchemy_cms-2.6.1 lib/alchemy/authentication_helpers.rb
alchemy_cms-2.6.0 lib/alchemy/authentication_helpers.rb
alchemy_cms-2.6.0.rc5 lib/alchemy/authentication_helpers.rb
alchemy_cms-2.5.3.1 lib/alchemy/authentication_helpers.rb
alchemy_cms-2.5.3 lib/alchemy/authentication_helpers.rb
alchemy_cms-2.5.2.2 lib/alchemy/authentication_helpers.rb
alchemy_cms-2.5.2.1 lib/alchemy/authentication_helpers.rb
alchemy_cms-2.5.2 lib/alchemy/authentication_helpers.rb
alchemy_cms-2.5.1 lib/alchemy/authentication_helpers.rb
alchemy_cms-2.5.0 lib/alchemy/authentication_helpers.rb
alchemy_cms-2.5.0.rc3 lib/alchemy/authentication_helpers.rb