class ActiveRecord::FutureResult::Complete

def then(&block)

def then(&block)
  Promise::Complete.new(@result.then(&block))
end