lib/og/mixin/orderable.rb in og-0.17.0 vs lib/og/mixin/orderable.rb in og-0.18.0

- old
+ new

@@ -1,6 +1,6 @@ -require 'glue/dynamic_include' +require 'facet/macro' module Og # Attach list/ordering methods to the enchanted class. @@ -152,9 +152,10 @@ } base.module_eval(code) end - end end + +# * George Moschovitis <gm@navel.gr>