On Mar 1, 10:13 am, Daryn <[email protected]> wrote: > render :template => "budgets/new.html.erb" > > That kind of works, but I get a strange URL > of:http://localhost:3000/periods/1/budgets.%23<budget:0xb719b18c>
I think this is actually the route of the problem - the post is going to this url, which rails is interpreting as someone requesting a document with a non html format. What does your form look like ? Fred > > Why is render :action => "new" not working in my case? > > Again, I am sorry if this group has been inundated with similar > questions, I am just completely stuck! > > Thank you! -- 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.

