I used scaffold to create a model and controller. It worked well. Then I started editing/removing some of the controller actions. So I made participations/new > participations/signup.
This does not work, it says "Unkown action" but it does say it has the action signup. Funny thing is if I go to Participations/signup using a capital P. Then it does work!
I also did Rake routes where participations/new still shows up even though I edited the method name.
IS there anything special I need to do to define actions?