I\'ve got a query that does some math and returns a calculated custom select field with the result set. I cannot figure out how to access that in the activerecord object tha
You can access it as
object["percentage_used"]