Displaying 1 result from an estimated 1 matches for "render_conetent".
2006 Jun 06
2
Routing Priority and Unknown Action
I have a site that consists of a blend of static and dynamic pages.  The 
solution I came up with uses the default routing to try to pair up a 
controller and action for the dynamic stuff and, if the url doesn''t 
jive, rails attempts to render the static content with a special 
controller just for rendering that.
To allow the static content to use all sorts of user memorable URLs I 
used