Is there a way to add "on" conditions to a joins in Squeel. If not, are there other alternate options to accomplish the same?
If you want to override Rails default join mappings, you can do it using Arel on(). Is there an equivalent call in Squeel to accomplish the same?
Thanks.