Skip to content

Instantly share code, notes, and snippets.

@jfriedlaender
Created August 2, 2011 13:22
Show Gist options
  • Save jfriedlaender/1120165 to your computer and use it in GitHub Desktop.
Save jfriedlaender/1120165 to your computer and use it in GitHub Desktop.
add birth_day and birth_month fields to person model
rails generate migration add_birth_date_fields_to_users birth_day:integer birth_month:integer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment