Skip to content

Instantly share code, notes, and snippets.

@bqst
Created March 16, 2018 09:17
Show Gist options
  • Save bqst/aee6bfb9766ea73436b224bb35914fd9 to your computer and use it in GitHub Desktop.
Save bqst/aee6bfb9766ea73436b224bb35914fd9 to your computer and use it in GitHub Desktop.
# 301 redirect from old URLs
match "/old_path_to_posts/:id", to: redirect("/posts/%{id}s")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment