aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/developer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/fixtures/developer.rb')
-rw-r--r--actionview/test/fixtures/developer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/test/fixtures/developer.rb b/actionview/test/fixtures/developer.rb
index 1a686a33ce..59f5f17efe 100644
--- a/actionview/test/fixtures/developer.rb
+++ b/actionview/test/fixtures/developer.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
class Developer < ActiveRecord::Base
has_and_belongs_to_many :projects
has_many :replies