Skip to content

Instantly share code, notes, and snippets.

@jpoz
Created June 29, 2009 21:17
Show Gist options
  • Save jpoz/137817 to your computer and use it in GitHub Desktop.
Save jpoz/137817 to your computer and use it in GitHub Desktop.
class Awesome < Application
def update
run_later do
Awesome.import_massive_junk
end
redirect(url(:sweet))
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment