Displaying 1 result from an estimated 1 matches for "edit_user_1".
Did you mean:
edit_user_2
2010 Nov 04
0
Rails routing issue
...e matches "/profile"
Looking at the generated html on the initial page I see the following
form tag, so it seems the action is correctly set.
<form accept-charset="UTF-8" action="/profile" class="edit_user"
enctype="multipart/form-data" id="edit_user_1" method="post">
So what am I missing? By looking at the rake routes output, I was
assuming this would work as is. Am I thinking about my http verbs
incorrectly? Any help would be appreciated.
--
You received this message because you are subscribed to the Google Groups "Ruby...