mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
* for simple cases like User.last and User.order('name desc').last no need to perform Array#join operation.
* Instead of performing String#blank? do Array#empty?
* no need to create variable relation