aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/model.rb
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-07-17 09:16:06 +0930
committerGitHub <noreply@github.com>2017-07-17 09:16:06 +0930
commit47eadb68bfcae1641b019e07e051aa39420685fb (patch)
tree807b6e79de0ac5ecd36852b91dd7c4112bec6984 /activemodel/lib/active_model/model.rb
parentf4d52eee07954c510a8318176d6d11100afabf7b (diff)
parentd7b1521db83998fb57811ecc9d12b68e610a44bd (diff)
downloadrails-47eadb68bfcae1641b019e07e051aa39420685fb.tar.gz
rails-47eadb68bfcae1641b019e07e051aa39420685fb.tar.bz2
rails-47eadb68bfcae1641b019e07e051aa39420685fb.zip
Merge pull request #29819 from kirs/frozen-activemodel
Use frozen string literal in activemodel/
Diffstat (limited to 'activemodel/lib/active_model/model.rb')
-rw-r--r--activemodel/lib/active_model/model.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activemodel/lib/active_model/model.rb b/activemodel/lib/active_model/model.rb
index 945a5402a3..fc52cd4fdf 100644
--- a/activemodel/lib/active_model/model.rb
+++ b/activemodel/lib/active_model/model.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module ActiveModel
# == Active \Model \Basic \Model
#