Beginnings of a FileController (serving the file upload feature)

This commit is contained in:
Alexey Verkhovsky 2005-01-22 01:35:00 +00:00
parent 71407f9b9f
commit 12a34823a8
5 changed files with 83 additions and 26 deletions

View file

@ -54,6 +54,10 @@ class WikiServiceWithNoPersistence
def initialize
init_wiki_service
end
def storage_path
RAILS_ROOT + '/storage/test'
end
end