lib/glue/hierarchical.rb in og-0.29.0 vs lib/glue/hierarchical.rb in og-0.30.0
- old
+ new
@@ -1,9 +1,8 @@
-require 'facet/ormsupport'
+require 'facets/more/paramix'
+require 'facets/more/ormsupport'
-require 'glue/paramix'
-
module Glue
# Implements the Nested Sets pattern for hierarchical
# SQL queries.
#--
@@ -117,10 +116,10 @@
# are provided.
#
# === Example
#
# class Comment
-# include Hierarchical, :method => :nested_sets
+# is Hierarchical, :method => :nested_sets
# end
#
# [+:method+]
# :simple
# :nested_sets