E
eggie5
I have a symbol that I need to name with a number as the first
character, but that's invalid ruby syntax. e.g.:
t.column :_3g2, :integer
How can I somehow escape the '3' so I don't have the use the '_' in
the variable name?
character, but that's invalid ruby syntax. e.g.:
t.column :_3g2, :integer
How can I somehow escape the '3' so I don't have the use the '_' in
the variable name?