method
then
rails latest stable - Class:
ActiveRecord::FutureResult::Complete
then(&block)public
No documentation available.
# File activerecord/lib/active_record/future_result.rb, line 21
def then(&block)
Promise::Complete.new(@result.then(&block))
end