# frozen_string_literal: true # encoding: utf-8 class Target include Mongoid::Document field :name, type: String embedded_in :targetable, polymorphic: true end