Files
openfoodnetwork/app/controllers/metal_decorator.rb

7 lines
134 B
Ruby

# For the API
ActionController::Metal.class_eval do
def spree_current_user
@spree_current_user ||= env['warden'].user
end
end