<FromGitter>
<elorest> <robocarp> could you help me figure out how to get travis passing again since the new version of crystal was released. Still passes just fine locally but crecto tests fail on travis.
<FromGitter>
<Blacksmoke16> looks like they're just newing up and going thru the controller itself
<FromGitter>
<charleystran> My understanding is that amber doesnt have a `send` method like ruby, but is there a way to dynamically access attributes of a model? here is a simplified example of what I am looking for. My real example has over 100 properties which is why I want to make it dynamic