# File lib/tapkit/control/editing_context.rb, line 27
                def changed?
                        if @inserted_objects.empty? and @deleted_objects.empty? and \
                                @updated_objects.empty? then
                                false
                        else
                                true
                        end
                end