Skip to content

Instantly share code, notes, and snippets.

@markauskas
Forked from terrbear/fun.rb
Created February 23, 2010 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markauskas/311729 to your computer and use it in GitHub Desktop.
Save markauskas/311729 to your computer and use it in GitHub Desktop.
class Fun
include ScheduledJob
run_every 24.hours
def perform
puts "performing!!!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment