Skip to content

Instantly share code, notes, and snippets.

@deathbob
Created October 26, 2010 14:10
Show Gist options
  • Select an option

  • Save deathbob/646961 to your computer and use it in GitHub Desktop.

Select an option

Save deathbob/646961 to your computer and use it in GitHub Desktop.
ActionController::Dispatcher.middleware.use 'Route301', {:routes => [
{:when => /images.*\.jpg/, :send_to => '/images/default-image.jpg'},
]}
@deathbob

Copy link
Copy Markdown
Author

this should go in an initializer for route301,

config/initializers/route301.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment