Displaying 1 result from an estimated 1 matches for "f3gg".
Did you mean:
3gg
2008 Jul 19
1
Routes
Hi there,
I''m having an issue with routes I frankly dont get.
I have a controller named map which takes in a hash string and converts
that to an actual url, works great
so localhost:3000/f3gg or whatever works fine
now, I have a controller which I want to use to add some records (needs
to go through AJAX)
I want two strings, from and to but nevermind that for now since I''m too
stupid to even get one string working
my routes.rb look like this
map.connect '':contro...