Reshaped "import wiki" feature from command-line to web interface

This commit is contained in:
Alexey Verkhovsky 2005-01-27 03:55:19 +00:00
parent 3e4154de82
commit 06daadc7df
7 changed files with 69 additions and 88 deletions

View file

@ -63,7 +63,8 @@ class DispatchServlet
@@action_to_controller_map = {
'file' => 'file',
'pic' => 'file'
'pic' => 'file',
'import' => 'file'
}
def self.map_to_controller(action)