Skip to content

Instantly share code, notes, and snippets.

@josevalim
Created January 25, 2013 01:22
Show Gist options
  • Save josevalim/4630726 to your computer and use it in GitHub Desktop.
Save josevalim/4630726 to your computer and use it in GitHub Desktop.
class MyApp < Rails::Application
routes.append do
match "*", to: "controller#action"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment