On 14 April 2012 15:55, Julian P. <[email protected]> wrote: > Colin Law wrote in post #1056501: >> On 14 April 2012 13:17, Julian P. <[email protected]> wrote: >>> end >>> end >>> end >> >> What does the last end match with? >> >> Colin >> > > Damn it that was the mistake. I was always looking at the wrong spot. > Thank you very much Colin.
I don't understand why that did not give an error, the controller#new method should not have been found. For future similar problems have a look at the Rails Guide on Debugging. It will show you how to debug the code so that these problems can be more easily found. Colin -- 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.

