Class: DocumentAsset
- Inherits:
-
Asset
- Object
- RestfulModel
- Asset
- DocumentAsset
- Defined in:
- lib/document_asset.rb
Instance Attribute Summary
Attributes inherited from Asset
Attributes inherited from RestfulModel
Class Method Summary collapse
Methods inherited from Asset
Methods inherited from RestfulModel
#==, #as_json, #destroy, #inflate, #initialize, #path, #save!, #update
Constructor Details
This class inherits a constructor from Asset
Class Method Details
.collection_name ⇒ Object
5 6 7 |
# File 'lib/document_asset.rb', line 5 def self.collection_name "documents" end |