lib/thingfish/metastore/pggraph/node.rb
changeset 7 f0ef12e25a2f
parent 3 5b4ee98d698c
child 8 1ad0d5bc5083
--- a/lib/thingfish/metastore/pggraph/node.rb	Mon Dec 14 15:43:08 2015 -0800
+++ b/lib/thingfish/metastore/pggraph/node.rb	Tue Nov 01 17:12:49 2016 -0700
@@ -75,7 +75,7 @@
 			columns.flatten!
 			ds = self
 			columns.each do |column|
-				if Thingfish::Metastore::PG::Metadata.metadata_columns.include?( column.to_sym )
+				if Thingfish::Metastore::PgGraph::Node.metadata_columns.include?( column.to_sym )
 					ds = ds.order_append( column.to_sym )
 				else
 					ds = ds.order_append( self.user_metadata_expr(column) )