views:

43

answers:

1

你好,

When a column in mysql table is typed :text, how is this then treated in Ruby.

In other words, what is the class?

Is it a string?

A: 

Yes. It is a 'String'.

Trevoke
>> c.content=> "sdfsdf">> c.content.class=> Stringhehe silly question
Sam