E. Litwin wrote: > Are you getting an error message that you can post? > > On May 29, 2:24�pm, Bill McGuire <[email protected]>
This is what i get when running via console - thanks ruby script/console Loading development environment (Rails 2.1.2) >> a=Freak_Item.find(:first) => #<Freak_Item itemId: 1, projectId: 1, itemParentId: 0, priority: 3, context: "3", title: "This is a test", description: "some description", deadlineDate: "20 09-05-27", expectedDuration: 0, showInCalendar: false, showPrivate: true, member Id: 8, authorId: 8> >> b=Freak_Project.find(:first) => #<Freak_Project projectId: 1, name: "Testing", description: ""> >> a.freak_project.name LoadError: Expected /home/admin/ie/app/models/freak_project.rb to define FreakPr oject -- 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 -~----------~----~----~----~------~----~------~--~---

