method

then

then(&block)
public

No documentation available.

# File activerecord/lib/active_record/future_result.rb, line 81
    def then(&block)
      Promise.new(self, block)
    end