mbleigh/acts-as-taggable-on

View on GitHub
lib/acts_as_taggable_on/taggable/tag_list_type.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module ActsAsTaggableOn
  module Taggable
    class TagListType < ActiveModel::Type::Value
    end
  end
end