Skip to content

Commit

Permalink
Only require core_ext from active_support
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Mar 21, 2011
1 parent 40af49d commit 8b83c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongo_mapper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: UTF-8
require 'plucky'
require 'active_support/all'
require 'active_support/core_ext'
require 'active_model'
require "mongo_mapper/railtie" if defined?(Rails)

Expand Down

0 comments on commit 8b83c41

Please sign in to comment.