Fix file names

This commit is contained in:
Anton Vakhrushev 2019-11-10 21:57:20 +03:00
parent 49e966ff48
commit f3f23fc868

View File

@ -52,7 +52,7 @@ module Dayoff
end
end
st_file_def(planned_dates, PlannedDate, "planed-dates.json")
st_file_def(work_records, WorkRecord, "work_records.json")
st_file_def(planned_dates, PlannedDate, "planned-dates.json")
st_file_def(work_records, WorkRecord, "work-records.json")
end
end