Update single table inheritance link anchor

The current one is old-of-date and doesn't make the browser navigation to the correct heading.
This commit is contained in:
Su Zhang (張甦) 2014-09-30 11:01:15 -04:00
parent 79c491e838
commit 71db7fdf50
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ to Active Record instances:
locking](http://api.rubyonrails.org/classes/ActiveRecord/Locking.html) to
a model.
* `type` - Specifies that the model uses [Single Table
Inheritance](http://api.rubyonrails.org/classes/ActiveRecord/Base.html#label-Single+table+inheritance).
Inheritance](http://api.rubyonrails.org/classes/ActiveRecord/Base.html#class-ActiveRecord::Base-label-Single+table+inheritance).
* `(association_name)_type` - Stores the type for
[polymorphic associations](association_basics.html#polymorphic-associations).
* `(table_name)_count` - Used to cache the number of belonging objects on