
March 2nd, 2007, 11:27 AM
|
|
Contributing User
|
|
Join Date: Mar 2003
Posts: 174
Time spent in forums: 14 h 27 m 11 sec
Reputation Power: 11
|
|
|
Getting column names from a record set
Hello,
I'm trying to get the column names associated w/ this record set:
account_all = Account.find(:all)
Since account_all is an array - how do I get the names?
I know there's got to be a simple way to do this.
|