aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/hotel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/models/hotel.rb')
-rw-r--r--activerecord/test/models/hotel.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/models/hotel.rb b/activerecord/test/models/hotel.rb
index 1d20d17e3b..7bc717c891 100644
--- a/activerecord/test/models/hotel.rb
+++ b/activerecord/test/models/hotel.rb
@@ -1,4 +1,3 @@
-# frozen_string_literal: true
class Hotel < ActiveRecord::Base
has_many :departments
has_many :chefs, through: :departments