RE: Concatenation

I hate that :slight_smile: It gets you in the views.
.to_s is your friend.

<%= @tech_standard.category + " " + @tech_standard.point.to_s + “.” +
@tech_standard.subpoint.to_s %>