This project is archived and is in readonly mode.

#6409 new
daniel lo

Documentation correction

Reported by daniel lo | February 10th, 2011 @ 11:04 PM

Greetings,

In this URL: http://api.rubyonrails.org/classes/ActiveRecord/Base.html#method-c-...

The documentation for table_name is missing ... something... See vvvv => a few lines down

class Invoice < ActiveRecord::Base; end;
file class table_name
invoice.rb Invoice invoices

vvvv => Here it IS ... there are 2 end; end at the line, but no extra class or module

class Invoice < ActiveRecord::Base; class Lineitem < ActiveRecord::Base; end; end;
file class table_name
invoice.rb Invoice::Lineitem invoice_lineitems

Regards,

Daniel

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Pages