I doubt there's a problem with Rails 2.3.5 Fire up the console and try following: ledger = Ledger.first ledger.journel = Journel.first ledger.journel.journal_name
This should work and if so the ledgers you're calling in the view just doesn't have a journel. If not something's wrong with the whole thing :) -- 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]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

