On 28 April 2010 17:28, ES
<emstolfo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
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:
http://api.rubyonrails.org/classes/ActiveRecord/Base.html
Look particularly at:
Model.content_columns
Model.columns
Model.column_names
Model.columns_hash
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.