aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-05-03 18:35:45 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-05-07 04:38:31 +0900
commit76e34405abc072d778f716ce97991e91ad336030 (patch)
tree0de28aecbe04203042313782abcbba81ab2e23b4 /activerecord/test/fixtures
parentaf58740b8d943f90a18c3e7ceca9432775cfe192 (diff)
downloadrails-76e34405abc072d778f716ce97991e91ad336030.tar.gz
rails-76e34405abc072d778f716ce97991e91ad336030.tar.bz2
rails-76e34405abc072d778f716ce97991e91ad336030.zip
Refactor enum to use `value` instead of `label` in the scope
Diffstat (limited to 'activerecord/test/fixtures')
-rw-r--r--activerecord/test/fixtures/books.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/books.yml b/activerecord/test/fixtures/books.yml
index b3625ee72e..699623a6f9 100644
--- a/activerecord/test/fixtures/books.yml
+++ b/activerecord/test/fixtures/books.yml
@@ -25,6 +25,7 @@ ddd:
name: "Domain-Driven Design"
format: "hardcover"
status: 2
+ read_status: "forgotten"
tlg:
author_id: 1