Class: Chillfile::Asset

Inherits:
Base
  • Object
show all
Defined in:
lib/chillfile/model/asset.rb

Class Method Summary collapse

Class Method Details

.by_filesystem_rawObject



19
20
21
22
23
# File 'lib/chillfile/model/asset.rb', line 19

def self.by_filesystem_raw
  self.by_filesystem(:include_docs => false)["rows"].map do |f|
    f["value"]
  end
end