Re: [Rails] Re: undefined method `updated_at' for #
On 2 November 2011 16:56, Rolando Sotomayor <lists@ruby-forum.com> 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 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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home