diff options
Diffstat (limited to 'activerecord/test/models/hotel.rb')
-rw-r--r-- | activerecord/test/models/hotel.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/models/hotel.rb b/activerecord/test/models/hotel.rb index 7bc717c891..1a433c3cab 100644 --- a/activerecord/test/models/hotel.rb +++ b/activerecord/test/models/hotel.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class Hotel < ActiveRecord::Base has_many :departments has_many :chefs, through: :departments |