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