Squeel evaluating a string as a keypath for joins
问题 Here's what I'd really like to do: Outage.joins{eval "unit.plant"} I'm going to have a string that represents a squeel keypath . I'd like to send this string into a join statement. But here's what I get as an error: #<Class:0x639e328>: unknown class: Squeel::Nodes::Function I've tried: Outage.joins{"unit.plant"} But that does not work... what am I missing? I don't see any documentation on this on the github page: https://github.com/ernie/squeel/ Thank you for any help! Update: I've found a