Skip to content

Instantly share code, notes, and snippets.

@soffes
Created April 14, 2012 00:20
Show Gist options
  • Select an option

  • Save soffes/2381149 to your computer and use it in GitHub Desktop.

Select an option

Save soffes/2381149 to your computer and use it in GitHub Desktop.
# Sometimes you need things to be slow.
before_filter :slow_mode
private
def slow_mode
sleep 2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment