surely, got confused there. On Mon, Sep 13, 2010 at 10:08 AM, Zhuhao Wang <[email protected]> wrote:
> radhames brito wrote: > > those are the classes you are forgeting to call a property in the view, > > > > > > seems like you are doing this > > > > <%= @tutors.each do |tutor|%> > > <%= tutor%> > > > > it should be > > > > <%= @tutors.each do |tutor|%> > > <%= tutor.name %> > > I tried, > > <%= @tutors.each do |tutor|%> > > this line should be > > <% @tutors.each do |tutor|%> > > fix this,thx > > > I also find an artical > http://darwinweb.net/articles/getting-up-to-speed-with-rails-3 says > :object is removed,but you can find an offcial artical here > http://edgeguides.rubyonrails.org/layouts_and_rendering.html which says > :object is still what I expect....... > > -- > Posted via http://www.ruby-forum.com/. > > -- > 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]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- 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.

