Skip to content

Instantly share code, notes, and snippets.

@GuilleLeopold
Created February 3, 2020 20:21
Show Gist options
  • Save GuilleLeopold/1a47ed22245f7de8b2583ee67594f251 to your computer and use it in GitHub Desktop.
Save GuilleLeopold/1a47ed22245f7de8b2583ee67594f251 to your computer and use it in GitHub Desktop.
Dir.glob(File.expand_path('../engines/*', __dir__)).each do |path|
engine = File.basename(path)
mount engine.classify.constantize::Engine, at: '/'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment