Skip to content

Instantly share code, notes, and snippets.

@ximus
Created March 16, 2010 16:22
Show Gist options
  • Save ximus/334169 to your computer and use it in GitHub Desktop.
Save ximus/334169 to your computer and use it in GitHub Desktop.
resources :projects do
member do
get :new_sub_project
end
end
match "projects/:id" => "projects#create_sub_project",
:conditions => { :method => :post },
:as => :create_sub_project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment