module Padrino

def insert_mounted_app(mounter)

Parameters:
  • mounter (Padrino::Mounter) --
def insert_mounted_app(mounter)
  Padrino.mounted_apps.push(mounter) unless Padrino.mounted_apps.include?(mounter)
end