On 2 November 2011 16:56, Rolando Sotomayor <[email protected]> wrote:
> I have these tables on my database with these fields each one:
>
> ->classifieds:(id,title,location,description,email,create_at,updated_at,category_id,content_type,picture)

I presume you just typed that and have mistyped.  That is why I asked
for schema.rb.  Copy/paste in order to avoid typos.

What happens if you run the rails console and do
c = Classified.first
Does it show update_at

Colin

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to