# File lib/tapkit/control/objectstore.rb, line 142
                def refault( object, gid, editing_context = self )
                        store = object_store gid
                        store.refault(object, gid, editing_context)
                end