feature section, split. more column options

This commit is contained in:
2023-01-05 18:54:13 +02:00
parent 14e3564fa4
commit b28b28da02
8 changed files with 39 additions and 10 deletions

View File

@ -35,7 +35,7 @@ module Merged
def self.save_all
data = @records.collect {|obj| obj.attributes}
File.write( self.full_path , data.to_yaml)
self.reload
self.reload(true)
end
def self.delete(id) # only works with id's