I cannot find the meaning of the keyword "mount" in Rails routing system.
I have set up Mercury to use within my Rails application. It added this line to my routes.rb
config file:
Appname::Application.routes.draw do
mount Mercury::Engine => '/'
What does the mount
keyword mean?