Today I learned about many?, which is a convenience method in ActiveSupport for determining if there is more than one record present. It's similar to any?, but the key difference is many?
Today I learned about many?, which is a convenience method in ActiveSupport for determining if there is more than one record present. It's similar to any?, but the key difference is many?