method
then
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::FutureResult
then(&block)public
No documentation available.
# File activerecord/lib/active_record/future_result.rb, line 81
def then(&block)
Promise.new(self, block)
end