Added revision number to config

This commit is contained in:
2020-06-18 15:26:25 -05:00
parent fd160c13c5
commit 2a0e3f7e18
2 changed files with 7 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ module TAC
def config_changed!
@config.configuration.updated_at = Time.now
@config.configuration.revision += 1
@config_changed = true
end