search for: preview_html

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

2006 Mar 27
3
regular expression matching in routes.rb
All, I have a route specified as: map.connect '':folder/:filename'', :folder => /htmlfiles/, :controller => "eSimply", :action => "preview_HTML" I expect it to invoke the "preview_HTML" action in the "eSimply" controller. Given an argument of "htmlfiles/xyz.html", it keeps saying that it can''t find an "htmlfiles" action. As you can see, I''m attempting to match the first p...