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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/test/fixtures/developer.rb b/actionview/test/fixtures/developer.rb
index 8b3f0a8039..1a686a33ce 100644
--- a/actionview/test/fixtures/developer.rb
+++ b/actionview/test/fixtures/developer.rb
@@ -1,6 +1,6 @@
class Developer < ActiveRecord::Base
has_and_belongs_to_many :projects
has_many :replies
- has_many :topics, :through => :replies
+ has_many :topics, through: :replies
accepts_nested_attributes_for :projects
end