How can I update how ActiveRecord::Base#where interprets ranges?
It appears that ActiveRecord::Base#where
partially distinguishes between ranges defined with 2 dots (0..
) and ranges defined with 3 dots (0...
).
It appears that ActiveRecord::Base#where
partially distinguishes between ranges defined with 2 dots (0..
) and ranges defined with 3 dots (0...
).