Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(active_record): Propagate **kwargs and &block
Otherwise *args can have too many arguments, which often happened on Rails 6.1 and above with postgres. ArgumentError: wrong number of arguments (given 6, expected 1..5) [...]lib/active_record/connection_adapters/abstract_adapter.rb:759:in `log' Signed-off-by: Ferenc Géczi <[email protected]>
- Loading branch information