lib/mongo/operation/write.rb in mongo-2.1.0.beta vs lib/mongo/operation/write.rb in mongo-2.1.0.rc0
- old
+ new
@@ -10,10 +10,12 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+require 'mongo/operation/write/write_command_enabled'
require 'mongo/operation/write/idable'
+require 'mongo/operation/write/gle'
require 'mongo/operation/write/bulk'
require 'mongo/operation/write/delete'
require 'mongo/operation/write/insert'
require 'mongo/operation/write/update'
require 'mongo/operation/write/create_index'