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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---