aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_set
diff options
context:
space:
mode:
authorKir Shatrov <shatrov@me.com>2017-07-09 20:41:28 +0300
committerKir Shatrov <shatrov@me.com>2017-07-19 22:27:07 +0300
commit831be98f9a6685da3410b0c9bf4143bd8dd647af (patch)
tree986057c19536bc2aafab76ab12c00245b9289b73 /activerecord/lib/active_record/attribute_set
parent526d4b8dc816c17e354e2e0243af16d10147c3f0 (diff)
downloadrails-831be98f9a6685da3410b0c9bf4143bd8dd647af.tar.gz
rails-831be98f9a6685da3410b0c9bf4143bd8dd647af.tar.bz2
rails-831be98f9a6685da3410b0c9bf4143bd8dd647af.zip
Use frozen-string-literal in ActiveRecord
Diffstat (limited to 'activerecord/lib/active_record/attribute_set')
-rw-r--r--activerecord/lib/active_record/attribute_set/builder.rb2
-rw-r--r--activerecord/lib/active_record/attribute_set/yaml_encoder.rb2
2 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/lib/active_record/attribute_set/builder.rb b/activerecord/lib/active_record/attribute_set/builder.rb
index abe22b9ae4..e3a9c7fdb3 100644
--- a/activerecord/lib/active_record/attribute_set/builder.rb
+++ b/activerecord/lib/active_record/attribute_set/builder.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require_relative "../attribute"
module ActiveRecord
diff --git a/activerecord/lib/active_record/attribute_set/yaml_encoder.rb b/activerecord/lib/active_record/attribute_set/yaml_encoder.rb
index 899de14792..9254ce16ab 100644
--- a/activerecord/lib/active_record/attribute_set/yaml_encoder.rb
+++ b/activerecord/lib/active_record/attribute_set/yaml_encoder.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module ActiveRecord
class AttributeSet
# Attempts to do more intelligent YAML dumping of an