Hello, I am using RESTfull authentication as my login manager. The following scenario fails to work properly.
I have a public page on which there is a button on a form (a create action), which when clicked requires login. RA stores the create action path, yet after login is displaying the index action. I am using RESTful routes and I understand why the script redirects to index and not create. Is there a way to specify that it's POST request and not a GET, in order for this to work? Thanks, --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

