Skip to content

Instantly share code, notes, and snippets.

@fixlr
Created April 7, 2014 17:50
Show Gist options
  • Save fixlr/10025168 to your computer and use it in GitHub Desktop.
Save fixlr/10025168 to your computer and use it in GitHub Desktop.
# 3.2.17
MyModel.new(start_date: '12/03/09')
=> #<MyModel id: nil, start_date: "2009-12-03'>
# 4.0.4
MyModel.new(start_date: '12/03/09')
=> #<MyModel id: nil, start_date: "0012-03-09">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment