On Mar 7, 7:42 pm, Michael Rigart <li...@ruby-forum.com> wrote:
> Hi all
>
> I seem to have a small problem in Rails. Lets say I have a class Foo
> with an habtm association to Bar. So Foo has_and_belongs_to Bars en vice
> versa.
>
> Now, when I do lets say
>
> Foo.new
> Foo.bars, I get an undefined method bars for #<Foo:0x1034f2f00> when I
> run it through the browser.
>
> Now, when I do it through irb, it returns an empty array as expected.
> Does someone here has any clue how this can happen and what I need to
> look for, becouse I'm completely clueless.
>
Random guess: does this still occur in production mode ?

Fred

> Thanks for any tips.
> --
> Posted viahttp://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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to