mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
A recent change made to create_table does away with the need for the block argument. Checking the arity will prevent the mixing up of the two syntaxes.