diff options
author | 2011-03-12 19:50:20 +0200 | |
---|---|---|
committer | 2011-03-12 19:50:20 +0200 | |
commit | 151c361a71c0b663c44c6bf5f7d310f1f12a87af (patch) | |
tree | 0cfd1511c28da5eb670f867f95b2508a2e361d20 /db/fixtures/questions-multichoice.yml | |
parent | Fix deprecation warnings from delayed_job (diff) | |
download | recruiting-webapp-151c361a71c0b663c44c6bf5f7d310f1f12a87af.tar.gz recruiting-webapp-151c361a71c0b663c44c6bf5f7d310f1f12a87af.tar.bz2 recruiting-webapp-151c361a71c0b663c44c6bf5f7d310f1f12a87af.zip |
Rename QuestionCategory to Category
We have a need for a many to many between questions and categories so
start the work by renaming QuestionCategory to just Category. This
allows us to add a pivot model with the name QuestionCategory.
Diffstat (limited to 'db/fixtures/questions-multichoice.yml')
-rw-r--r-- | db/fixtures/questions-multichoice.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/questions-multichoice.yml b/db/fixtures/questions-multichoice.yml index 58fe2b9..ae1af23 100644 --- a/db/fixtures/questions-multichoice.yml +++ b/db/fixtures/questions-multichoice.yml @@ -1,6 +1,6 @@ multichoice_q1: title: Fake multiple choice documentation: Fake - question_category: ebuild + category: ebuild content: Some question options: Option 1; Option 2; Option 3 |