Displaying 1 result from an estimated 1 matches for "new_snippet".
2007 Nov 07
0
Named routes raising nil.rewrite error
...'m having a little problem with named routes. I have the
following named route:
map.with_options :controller => ''snippets'' do |map|
map.snippets
''faq/'', :action => ''index''
map.new_snippet ''faq/
new'', :action => ''new''
map.snippet_text ''faq/
get/:id'', :action => ''get_snippet_text''
map.set_snippet ''faq/
set/:id''...