Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/saks/mongoid_acts_as_tree
Browse files Browse the repository at this point in the history
  • Loading branch information
saberma committed Oct 20, 2010
2 parents 0268fb1 + 65b0018 commit 9101fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongoid_acts_as_tree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def acts_as_tree(options = {})
extend Fields
extend ClassMethods

field parent_id_field, :type => BSON::ObjectID
field parent_id_field, :type => BSON::ObjectId
field path_field, :type => Array, :default => [], :index => true
field depth_field, :type => Integer, :default => 0

Expand Down

0 comments on commit 9101fb0

Please sign in to comment.