# File lib/tapkit/access/snapshot.rb, line 57
                def record_snapshots( snapshots )
                        snapshots.each_key do |gid|
                                record_snapshot(gid, snapshots[gid])
                        end
                end