lib/cistern/model.rb in cistern-2.8.0 vs lib/cistern/model.rb in cistern-2.8.1
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Cistern::Model
include Cistern::Attributes::InstanceMethods
include Cistern::HashSupport
def self.included(klass)