mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Now you can omit |t| block parameter and all the t. from your migration code, that means, the syntax looks more Rails-3-ish, like the routes DSL and ActionMailer DSL. Also, this change won't break any of your existing migration files, since the traditional syntax is still available.