diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index 8b6aac49ce12cd2d8d2a2291729055561ec41530..e97350d902f158b7ab43bc1274e02cac872e89dd 100755 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -635,7 +635,7 @@ def has_one(association_id, options = {}) # is used on the associate class (such as a Post class). You can also specify a custom counter cache column by given that # name instead of a true/false value to this option (e.g., :counter_cache => :my_custom_counter.) # * :include - specify second-order associations that should be eager loaded when this object is loaded. - # # :polymorphic - specify this association is a polymorphic association by passing true. + # * :polymorphic - specify this association is a polymorphic association by passing true. # # Option examples: # belongs_to :firm, :foreign_key => "client_of"