"user interface" to allow or prohibit file uploads (not working, just the UI element)
This commit is contained in:
parent
a99e492f05
commit
8d8deb8e76
5 changed files with 35 additions and 11 deletions
|
@ -148,7 +148,8 @@ class WikiController < ApplicationController
|
|||
@params['password'].empty? ? nil : @params['password'],
|
||||
@params['published'] ? true : false,
|
||||
@params['brackets_only'] ? true : false,
|
||||
@params['count_pages'] ? true : false
|
||||
@params['count_pages'] ? true : false,
|
||||
@params['allow_uploads'] ? true : false
|
||||
)
|
||||
redirect_show('HomePage', @params['address'])
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue