Commit 8ef331f
authored
Automatically seed Experience CS Projects (#757)
This is a small quality-of-life update for Experience CS developers to
automatically invoke the rake task
'projects:create_experience_cs_examples' when editor-api is seeded.
This will save excs developers having to (a) know and (b) remember to
invoke this task when resetting the database.
## Status
- Closes _add issue numbers or delete_
- Related to _add issue numbers or delete_
## Points for consideration:
- Security
- Performance
## What's changed?
- Adds `projects:create_experience_cs_examples` to the list of rake
tasks invoked automaticaly in `seeds.rb`.
## Steps to perform after deploying to production
None. Development-only change.1 parent 2916616 commit 8ef331f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
0 commit comments