mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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:
parent
79c491e838
commit
71db7fdf50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue