4 lines
101 B
Ruby
4 lines
101 B
Ruby
class Tagging < ActsAsTaggableOn::Tagging
|
|
belongs_to :taggable, polymorphic: true, touch: true
|
|
end
|