Remove outdated comment

This commit is contained in:
Rafael Mendonça França 2014-04-14 14:40:38 -03:00
parent c52a84f766
commit ed6894bf23
1 changed files with 0 additions and 1 deletions

View File

@ -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'