Beginnings of a FileController (serving the file upload feature)
This commit is contained in:
parent
71407f9b9f
commit
12a34823a8
5 changed files with 83 additions and 26 deletions
|
@ -54,6 +54,10 @@ class WikiServiceWithNoPersistence
|
|||
def initialize
|
||||
init_wiki_service
|
||||
end
|
||||
|
||||
def storage_path
|
||||
RAILS_ROOT + '/storage/test'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue