Skip to content

Instantly share code, notes, and snippets.

@brunapereira
Created December 14, 2019 22:21
Show Gist options
  • Save brunapereira/54492dc021313ef6fe70e5f8da563928 to your computer and use it in GitHub Desktop.
Save brunapereira/54492dc021313ef6fe70e5f8da563928 to your computer and use it in GitHub Desktop.
# config/routes.rb
YourRailsApp::Application.routes.draw do
# Your previous routes...
#flipper route
mount Flipper::UI.app(Flipper) => '/flipper'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment