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

Version Path
categorical-0.0.10 app/models/categorical/tagging.rb
categorical-0.0.9.1 app/models/categorical/tagging.rb
categorical-0.0.9 app/models/categorical/tagging.rb
categorical-0.0.9.rc app/models/categorical/tagging.rb
categorical-0.0.8.rc app/models/categorical/tagging.rb
categorical-0.0.6.rc app/models/categorical/tagging.rb
categorical-0.0.4 app/models/categorical/tagging.rb