photomix/app/models/collection_album.rb

5 lines
92 B
Ruby

class CollectionAlbum < ActiveRecord::Base
belongs_to :album
belongs_to :collection
end