# File lib/tapkit/control/dbobject.rb, line 25
                def snapshot
                        snapshot = Snapshot.new
                        snapshot.update_from_object(@editing_context, self)
                        snapshot
                end