# File lib/tapkit/access/database_operation.rb, line 66
                def record_to_many_snapshots( snapshots )
                        snapshots.each do |name, gids|
                                record_to_many_snapshot(gids, name)
                        end
                end