lib/hanami/model/plugins/timestamps.rb in hanami-model-1.3.2 vs lib/hanami/model/plugins/timestamps.rb in hanami-model-1.3.3
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Hanami
module Model
module Plugins
# Automatically set/update timestamp columns for create/update commands
#