Sha256: cd00529629894503bd90aeb2ca3a8e698f0f03ec67c0aba5f2b37220f8ff7d59
Contents?: true
Size: 323 Bytes
Versions: 11
Compression:
Stored size: 323 Bytes
Contents
# frozen_string_literal: true module Shark class Asset < Base extend AssetService::Resource custom_endpoint :recreate_variations, on: :member, request_method: :post def self.where(_args = {}) raise Shark::ActionNotSupportedError, 'Shark::AssetService::Asset.where is not supported' end end end
Version data entries
11 entries across 11 versions & 1 rubygems