Class: Shark::Asset

Inherits:
Base
  • Object
show all
Extended by:
Shark::AssetService::Resource
Defined in:
lib/shark/asset.rb

Class Method Summary collapse

Methods inherited from Base

add_datetime_accessors

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