Skip to content

Instantly share code, notes, and snippets.

@nikz
nikz / gist:608913
Created October 3, 2010 20:39 — forked from NZKoz/gist:608901
# use me to deliver emails plz kthx
class Notifier
class Job
VALID_ARGUMENT_TYPES = [ String, Integer, Symbol, ActiveRecord::Base ]
cattr_accessor :ar_prefix
@@ar_prefix = "%OMGSERIALIZEDAR%"