photomix/app/models/photo_tag.rb

5 lines
78 B
Ruby

class PhotoTag < ActiveRecord::Base
belongs_to :tag
belongs_to :photo
end