class MirrorUpdateRecord < ActiveRecord::Base
belongs_to :user
belongs_to :mirror_repository
attr_accessible :newDescription, :newName, :newStatus, :newTag, :newType, :oldDescription, :oldName, :oldStatus, :oldTag, :oldType, :user_id, :mirror_repository_id
end