class Tag < ActiveRecord::Base has_and_belongs_to_many :topics, :join_table => 'topics_tags' include ErrorRaising end