Module: Alchemy::Solidus::ApplicationControllerPatch

Defined in:
app/patches/controllers/alchemy/solidus/application_controller_patch.rb

Instance Method Summary collapse

Instance Method Details

#spree_current_userObject



6
7
8
9
10
11
12
# File 'app/patches/controllers/alchemy/solidus/application_controller_patch.rb', line 6

def spree_current_user
  if Alchemy.user_class_name == "::Alchemy::User"
    current_user
  else
    super
  end
end