AyuntamientoMadrid/participacion

View on GitHub
app/models/tagging.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Tagging < ActsAsTaggableOn::Tagging
  belongs_to :taggable, polymorphic: true, touch: true
end