Returns the root to the mounted apps base directory.
Parameters:
Returns:
the root to the mounted apps base directory.
237 238 239
# File 'padrino-core/lib/padrino-core/mounter.rb', line 237 def mounted_root(*args) Padrino.root(@mounted_root ||= "", *args) end