Method: Refile.direct_upload
- Defined in:
- lib/refile.rb
.direct_upload ⇒ Array[String]
A list of names which identify backends in the global backend registry.
The Rack application allows POST requests to only the backends specified
in this config option. This defaults to ["cache"], only allowing direct
uploads to the cache backend.
45 46 47 |
# File 'lib/refile.rb', line 45 def direct_upload @direct_upload end |