Thanks for the comment. I think I've found the issue...
In the previous version of Rails I was using, I was able to write this: <% form_for(@journal) do |f| %> But now I have to write it like this (apparently): <% form_for(:journal) do |f| %> Thanks, Andy On Jan 14, 11:51 am, Ar Chron <[email protected]> wrote: > > And this worked in the last version I was using (2.0.2, I think.) The > > current version I'm using is 2.2.2. > > > Andy > > The first thing I would do is to freeze the Rails code into my > application. > -- > 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 [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 -~----------~----~----~----~------~----~------~--~---

