Skip to content

Instantly share code, notes, and snippets.

@AndyObtiva
Last active December 24, 2015 07:49
Show Gist options
  • Save AndyObtiva/6766494 to your computer and use it in GitHub Desktop.
Save AndyObtiva/6766494 to your computer and use it in GitHub Desktop.
Ultra Light & Maintainable Wizards - Routes
resources :projects, only: [:create] do
resources :project_parts, only: [:edit, :update]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment