Sha256: 72ad080bb21545885673135e8bb13842abc9467b26bff8f4ba0a11273a9f3815

Contents?: true

Size: 110 Bytes

Versions: 1

Compression:

Stored size: 110 Bytes

Contents

class Tag < ActiveRecord::Base
  belongs_to :post

  validates :name, uniqueness: true, allow_blank: true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embedded_associations-4.1.2 spec/support/app/app/models/tag.rb