Skip to content

Instantly share code, notes, and snippets.

@metalelf0
Created October 28, 2011 09:15
Show Gist options
  • Save metalelf0/1321930 to your computer and use it in GitHub Desktop.
Save metalelf0/1321930 to your computer and use it in GitHub Desktop.
composed_of :expire_date_minus_one_day,
:class_name => 'Date',
:mapping => %w(Date to_s),
:constructor => Proc.new{ |item| item },
:converter => Proc.new{ |item| item }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment