Sha256: 871b4ce1b1598262412f39c191f4a62df8cf8079dd909a835d06665d38a03493
Contents?: true
Size: 249 Bytes
Versions: 2
Compression:
Stored size: 249 Bytes
Contents
# frozen_string_literal: true module Archangel ## # Metatag model # class Metatag < ApplicationRecord validates :name, uniqueness: { scope: %i[metatagable_type metatagable_id] } belongs_to :metatagable, polymorphic: true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
archangel-0.4.0 | app/models/archangel/metatag.rb |
archangel-0.3.0 | app/models/archangel/metatag.rb |