ministryofjustice/atet

View on GitHub
app/types/attachment_uploader_type.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AttachmentUploaderType < ActiveRecord::Type::Value
  def cast(value)
    value
  end
end