Skip to content

Instantly share code, notes, and snippets.

@dperrymorrow
Created April 6, 2012 20:39
Show Gist options
  • Save dperrymorrow/2322767 to your computer and use it in GitHub Desktop.
Save dperrymorrow/2322767 to your computer and use it in GitHub Desktop.
defaults on a model
#overwite the accessor for a field on a model if empty
def start_date
self[:start_date] || 1.month.ago.strftime("%Y%m%d")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment