Refactor: change :id on WikiController to use :project_id
Using :id to track projects on non-project controllers is confusing andmakes routing with resources difficult.
Refactor: change :id on WikiController to use :project_id
Using :id to track projects on non-project controllers is confusing and
makes routing with resources difficult.