search for: project_attachment_path

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

2010 Dec 03
0
Rake Routes project_attachment_path
Hello, I''m trying to create a project_attachment_path In my routes I have: resources :projects do collection do get "attachments/:id/:style.:format" => "attachments#download", :as => :attachment end end **Problem is in RAKE ROUTES:** attachment_projects GET /projects/ attachments/:id/:style.:f...