Created by: tarellel
If you're using a database with with an attribute set as UUID datatype, when generating the dashboards views you'll be presented with an exception error when visiting any of the dashboards views. When using a UUID attribute, it should be rendered in the view as a a string. This prevents raising the exception error when processing the attributes in the _collection.html.erb template with the the render_field method.