Skip to content

Instantly share code, notes, and snippets.

@imajes
Created December 24, 2008 03:52
Show Gist options
  • Save imajes/39575 to your computer and use it in GitHub Desktop.
Save imajes/39575 to your computer and use it in GitHub Desktop.
speed_in_seconds do
faster_than 0.5 do
rv = Model.new(attribs)
end
faster_than 0.03 do
@rv.save!
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment