I'm trying to get a json view that uses rabl to have custom attributes sent by the request, so for example if a model has
:id, :first_name, :last_name
I wanna be able to just call the values I want like say id and first_name only, so what I dont know is how to convert something like a string to the attributes that rabble has to return.
Thanks