Skip to content

Commit

Permalink
feat: update seed files
Browse files Browse the repository at this point in the history
Merged the hackathon and small seeds and updated the articles to handle the new unit system.
Dropped the .nl seed file, because I think it's unnecessary work to further maintain them.
  • Loading branch information
yksflip committed Jul 3, 2024
1 parent c73596b commit 52d9aeb
Show file tree
Hide file tree
Showing 5 changed files with 268 additions and 854 deletions.
2 changes: 1 addition & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# default seed is minimal
require Rails.root.join('db/seeds/minimal.seeds.rb')
require Rails.root.join('db/seeds/small.en.seeds.rb')

# to generate new seeds, use the seed_dumper gem
157 changes: 0 additions & 157 deletions db/seeds/hackathon.seeds.rb

This file was deleted.

Loading

0 comments on commit 52d9aeb

Please sign in to comment.