Method: Mongo::Grid::FSBucket#prefix
- Defined in:
- lib/mongo/grid/fs_bucket.rb
#prefix ⇒ String
Get the prefix for the GridFS
190 191 192 |
# File 'lib/mongo/grid/fs_bucket.rb', line 190 def prefix @options[:fs_name] || @options[:bucket_name] || DEFAULT_ROOT end |