Skip to content

Instantly share code, notes, and snippets.

@radar
Forked from anonymous/index.html.erb
Created March 20, 2012 15:29
Show Gist options
  • Select an option

  • Save radar/2137047 to your computer and use it in GitHub Desktop.

Select an option

Save radar/2137047 to your computer and use it in GitHub Desktop.
Controller file, I want to access the complete method Im getting the following error undefined local variable or method complete_tasks_path
Mytasklistapp::Application.routes.draw do
resources :tasks do
member do
get :done
end
collection do
put :complete
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment