| Cliff Moon on 6 Feb 2008 09:07:54 -0800 |
|
Use routes. In your routes.rb file, you should add a line that looks like so: map.connect '/mycontroller/add', :controller => 'mycontroller', :action => 'view' Where mycontroller should be replaced with the name of your controller. And make sure to insert that above the default routes. You'll know the default routes because of the comment that describes them as such. Chris Cera wrote: Hi everyone,
I have a simple question, but I can't seem to find the answer.
_______________________________________________ To unsubscribe or change your settings, visit: http://lists.phillyonrails.org/mailman/listinfo/talk
|
|