Guest User

Untitled

a guest
Feb 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. speed_in_seconds do
  2. faster_than 0.5 do
  3. rv = Model.new(attribs)
  4. end
  5.  
  6. faster_than 0.03 do
  7. @rv.save!
  8. end
  9. end
Add Comment
Please, Sign In to add comment