photomix/app/models/tag.rb
2009-05-22 22:38:52 +02:00

5 lines
102 B
Ruby

class Tag < ActiveRecord::Base
has_many :photo_tags
has_many :photos, :through => :photo_tags
end