aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/transactions.rb
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2015-12-05 22:15:30 +0100
committerKasper Timm Hansen <kaspth@gmail.com>2015-12-05 22:17:24 +0100
commitcb148c5ca1c80d51a8b43967692f18264c9a7029 (patch)
treee00c7c90f4eee5d37eccc5c0f6af57f969a2dd10 /activerecord/lib/active_record/transactions.rb
parentedc3deb9f1035811dfa6b4fedfaa18a0654c7018 (diff)
downloadrails-cb148c5ca1c80d51a8b43967692f18264c9a7029.tar.gz
rails-cb148c5ca1c80d51a8b43967692f18264c9a7029.tar.bz2
rails-cb148c5ca1c80d51a8b43967692f18264c9a7029.zip
Replace `-> {}` with a proc.
When `parse_options_for` was called for a command that hadn't set up any option parsing with `options_for`, the `call` method would be sent to `-> {}`, which didn't like to be passed two arguments. Switch to `proc {}` which can accept several arguments.
Diffstat (limited to 'activerecord/lib/active_record/transactions.rb')
0 files changed, 0 insertions, 0 deletions