aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/examples/simple.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/examples/simple.rb')
-rw-r--r--activerecord/examples/simple.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/examples/simple.rb b/activerecord/examples/simple.rb
index c3648fee48..280b786d73 100644
--- a/activerecord/examples/simple.rb
+++ b/activerecord/examples/simple.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require "active_record"
class Person < ActiveRecord::Base