Skip to content

Instantly share code, notes, and snippets.

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