aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-04-14 14:40:38 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-04-14 17:09:35 -0300
commited6894bf2386cf469018a5b32e60568c8df20e2d (patch)
treee439d119f7089cdfee67a154d57890da53430bdc /activerecord/test
parentc52a84f766a303a7f96d7fb9e8f863bfe914c540 (diff)
downloadrails-ed6894bf2386cf469018a5b32e60568c8df20e2d.tar.gz
rails-ed6894bf2386cf469018a5b32e60568c8df20e2d.tar.bz2
rails-ed6894bf2386cf469018a5b32e60568c8df20e2d.zip
Remove outdated comment
Diffstat (limited to 'activerecord/test')
-rw-r--r--activerecord/test/models/pirate.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/models/pirate.rb b/activerecord/test/models/pirate.rb
index 7bb0caf44b..e472cf951d 100644
--- a/activerecord/test/models/pirate.rb
+++ b/activerecord/test/models/pirate.rb
@@ -18,7 +18,6 @@ class Pirate < ActiveRecord::Base
has_many :treasures, :as => :looter
has_many :treasure_estimates, :through => :treasures, :source => :price_estimates
- # These both have :autosave enabled because accepts_nested_attributes_for is used on them.
has_one :ship
has_one :update_only_ship, :class_name => 'Ship'
has_one :non_validated_ship, :class_name => 'Ship'