class Tag < ActiveRecord::Base
  has_and_belongs_to_many :resources,
    :join_table => 'taggings'
end
