Class: Shark::Asset
- Extended by:
- Shark::AssetService::Resource
- Defined in:
- lib/shark/asset.rb
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.where(_args = {}) ⇒ Object
9 10 11 |
# File 'lib/shark/asset.rb', line 9 def self.where(_args = {}) raise Shark::ActionNotSupportedError, 'Shark::AssetService::Asset.where is not supported' end |