diff options
Diffstat (limited to 'actionview/test/fixtures/developer.rb')
-rw-r--r-- | actionview/test/fixtures/developer.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionview/test/fixtures/developer.rb b/actionview/test/fixtures/developer.rb index 1a686a33ce..cb7ee49eed 100644 --- a/actionview/test/fixtures/developer.rb +++ b/actionview/test/fixtures/developer.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class Developer < ActiveRecord::Base has_and_belongs_to_many :projects has_many :replies |