search for: school_show

Displaying 1 result from an estimated 1 matches for "school_show".

2006 Jul 27
0
Using CRUD + non-standard URLs
Hi, Please take a look at this code: map.with_options :controller => ''school'' do |m| m.school_show ''e/:id'', :action => ''show'' end map.resources :school map.connect '':controller/:action/:id'' And then I want a school to be shown on URLs like /e/123 and show a creation form on /school/new and have Symply RESTful handle /school/...