Guest User

Untitled

a guest
Feb 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. # /lib/run_later.rb
  2. module DataMapper
  3. module Resource
  4. def run_later(&blk)
  5. Merb::Dispatcher.work_queue << blk
  6. end
  7. end
  8. end
Add Comment
Please, Sign In to add comment