Skip to content

Instantly share code, notes, and snippets.

@edavis10
Forked from josevalim/gist:4630726
Created January 27, 2013 20:12
Show Gist options
  • Save edavis10/4650189 to your computer and use it in GitHub Desktop.
Save edavis10/4650189 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