Skip to content

Instantly share code, notes, and snippets.

@tdouce
Last active August 29, 2015 14:03
Show Gist options
  • Save tdouce/940ede26d6ee9241a361 to your computer and use it in GitHub Desktop.
Save tdouce/940ede26d6ee9241a361 to your computer and use it in GitHub Desktop.
# config/routes.rb in home
YourApplication::Application.routes.draw do
...
if defined?(RemoteDatabaseCleanerHomeRails::Engine)
mount RemoteDatabaseCleanerHomeRails::Engine, at: '/remote_database_cleaner'
end
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment