allow uploading files by drag and drop
This commit is contained in:
@@ -60,6 +60,14 @@ module Precious
|
||||
true
|
||||
end
|
||||
|
||||
def allow_uploads
|
||||
@allow_uploads
|
||||
end
|
||||
|
||||
def upload_dest
|
||||
@upload_dest
|
||||
end
|
||||
|
||||
def format
|
||||
@format = (@page.format || false) if @format.nil?
|
||||
@format.to_s.downcase
|
||||
|
||||
Reference in New Issue
Block a user