diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2016-08-14 05:05:34 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2016-08-14 05:05:34 +0900 |
commit | e7023cb8f153a1b340c24c9b2525e8b27567ebdb (patch) | |
tree | a6f6339e02d65fc38ae68604a18760560e689dcd /activerecord/test/cases/binary_test.rb | |
parent | 6107a40c0e4d05614493bddf33d5ae8d9ce8a8d2 (diff) | |
download | rails-e7023cb8f153a1b340c24c9b2525e8b27567ebdb.tar.gz rails-e7023cb8f153a1b340c24c9b2525e8b27567ebdb.tar.bz2 rails-e7023cb8f153a1b340c24c9b2525e8b27567ebdb.zip |
Avoid to allow unused splat args for `t.timestamps` in `create_table`
Unfortunately `t.timestamps` in `create_table` allows unused splat args.
But the same one in `change_table` does not allow them.
This commit fixes the inconsistent behavior.
Diffstat (limited to 'activerecord/test/cases/binary_test.rb')
0 files changed, 0 insertions, 0 deletions