mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove duplicate fixture entry in comments.yml. Closes #4923. [Blair Zajac <blair@orcaware.com>]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4305 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
f26e9b6861
commit
f42403ff49
2 changed files with 2 additions and 6 deletions
|
@ -1,5 +1,7 @@
|
|||
*SVN*
|
||||
|
||||
* Remove duplicate fixture entry in comments.yml. Closes #4923. [Blair Zajac <blair@orcaware.com>]
|
||||
|
||||
* Update FrontBase adapter to check binding version. Closes #4920. [mlaster@metavillage.com]
|
||||
|
||||
* New Frontbase connections don't start in auto-commit mode. Closes #4922. [mlaster@metavillage.com]
|
||||
|
|
6
activerecord/test/fixtures/comments.yml
vendored
6
activerecord/test/fixtures/comments.yml
vendored
|
@ -16,12 +16,6 @@ does_it_hurt:
|
|||
body: Don't think too hard
|
||||
type: SpecialComment
|
||||
|
||||
eager_sti_on_associations_comment:
|
||||
id: 4
|
||||
post_id: 4
|
||||
body: Normal type
|
||||
type: Comment
|
||||
|
||||
eager_sti_on_associations_vs_comment:
|
||||
id: 5
|
||||
post_id: 4
|
||||
|
|
Loading…
Reference in a new issue