I want to change my column’s names of my table only in view mode. I
don’t want to change database. For example in my table there is a column
“code_id” but in rhtml file when i write column.name it shoul gives me
“Id Code”.
how can i specify “code_id” to “Id Code” in model?