How do I tell a Rails 3.2 app to use Ruby's 1.9 style hash syntax? Namely generating schema.rb.
`null: false`
instead of
`:null => false`
How do I tell a Rails 3.2 app to use Ruby's 1.9 style hash syntax? Namely generating schema.rb.
`null: false`
instead of
`:null => false`