# File lib/tapkit/control/objectstore.rb, line 127
                def fault( gid, editing_context )
                        store = object_store gid
                        store.fault(gid, editing_context)
                end