master
Philippe PITTOLI 2020-04-08 12:40:58 +02:00
parent 02ff632261
commit 8578f969cd
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ end
require "dodb"
# First, we define what well want to store.
# It *has* to be serializable through JSON, as everything in DODB is stored in JSON directly on the file-system.
# It *has* to be serializable through JSON, everything in DODB is stored in JSON directly on the file-system.
class Car
include JSON::Serializable