Skip to content

Commit

Permalink
now throwing a NotImplementedError, until I have fixed some problems
Browse files Browse the repository at this point in the history
  • Loading branch information
somebee committed May 23, 2008
1 parent 5848b33 commit 6fb8e1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dm-is-nested_set/lib/dm-is-nested_set/is/nested_set.rb
Expand Up @@ -2,7 +2,8 @@ module DataMapper
module Is
module NestedSet
def self.included(base)
base.extend(ClassMethods)
#base.extend(ClassMethods)
raise NotImplementedError
end

module ClassMethods
Expand Down

0 comments on commit 6fb8e1d

Please sign in to comment.