search for: writing_path

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

2007 Dec 23
1
Rails: possible routing discrepancy
...#39;'/writing'', :controller => ''abstracts'', :action => ''index'', :index => { :select => ''all'' } and I have template code that looks like this: <br /><%= link_to_unless_current ''Writing'', writing_path %> and I have a spec which calls this page, and checks to see that ''Writing'' is not a link: describe "''/writing/''" do controller_name :abstracts integrate_views it "should not link ''Writing''" do get '...