Sha256: 256e93f986d27a7598002ed26dccea281a83ef7c021b7e98eefbf61dab0602e6
Contents?: true
Size: 133 Bytes
Versions: 7
Compression:
Stored size: 133 Bytes
Contents
module Categorical class Tagging < ActiveRecord::Base belongs_to :taggable, :polymorphic => true belongs_to :tag end end
Version data entries
7 entries across 7 versions & 1 rubygems