Sha256: 9d53eb014c35eb2c276d4cdf976bef5170d4be9c5ba034101e09d308a2f9e2cb

Contents?: true

Size: 144 Bytes

Versions: 1

Compression:

Stored size: 144 Bytes

Contents

class UpdateTagFieldItemTransaction < Cortex::ApplicationTransaction
  step :process

  def process(field_item)
    Right(field_item)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cortex-plugins-core-3.0.0 app/transactions/update_tag_field_item_transaction.rb