Does this look right to accept an http GET in "/splats/create"?
  match('/splats/create(.:format)', :method =>"get").to(:controller =>
'splats', :action =>'create')

I'm getting a 404 when I do a GET request with url parameters. What am
I doing wrong?

(I need to accept GET (with url params) instead of POST because the
data is coming from a browser page in another domain, using a <script>
tag or an <img> tag. )

Many thanks!
George
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" 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/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to