mirror of
https://github.com/github/rails.git
synced 2026-01-13 08:37:54 -05:00
While the patched PredicateBuilder in 3.1.5 prevents a user from specifying a table name using the `table.column` format, it doesn't protect against the nesting of hashes changing the table context in the next call to build_from_hash. This fix covers this case as well.