Column names

Is there a function that can be called on an object that returns a
hash of the colum names (i.e. attributes) of the object?

On 28 April 2010 17:28, ES [email protected] wrote:

Is there a function that can be called on an object that returns a
hash of the colum names (i.e. attributes) of the object?

There’s a few that might do what you want. Have a look at:

Look particularly at:
Model.content_columns
Model.columns
Model.column_names
Model.columns_hash