# File lib/yaml_db/serialization_helper.rb, line 178 def self.table_column_names(table) ActiveRecord::Base.connection.columns(table).map { |c| c.name } end