Method: Ancestry::MaterializedPath::InstanceMethods#ancestor_ids

Defined in:
lib/ancestry/materialized_path.rb

#ancestor_idsObject



170
171
172
# File 'lib/ancestry/materialized_path.rb', line 170

def ancestor_ids
  self.class.parse_ancestry_column(read_attribute(self.class.ancestry_column))
end