# frozen_string_literal: true require "active_model/type" require_relative "./type/stripped_string" ActiveRecord::Type.register(:stripped_string, Roqua::Type::StrippedString)