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.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/examples/simple.rb b/activerecord/examples/simple.rb
index 6b9bc781d1..c3648fee48 100644
--- a/activerecord/examples/simple.rb
+++ b/activerecord/examples/simple.rb
@@ -1,4 +1,3 @@
-# frozen_string_literal: true
require "active_record"
class Person < ActiveRecord::Base