post_replacements_path
Bug: `post_replacements_path` returned the wrong path because the `/posts/:post_id/replacements` route took precedence over the `/post_replacements` route. Fix: declare the `/post_replacements` route first so that it takes precedence instead.