> 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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment