Skip to content

Commit

Permalink
Add seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
liesas committed Dec 5, 2024
1 parent 75774e1 commit 4d130ed
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions db/seeds.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
# This file should ensure the existence of records required to run the application in every environment (production,
# development, test). The code here should be idempotent so that it can be executed at any point in every environment.
# The data can then be loaded with the bin/rails db:seed command (or created alongside the database with db:setup).
#
# Example:
#
# ["Action", "Comedy", "Drama", "Horror"].each do |genre_name|
# MovieGenre.find_or_create_by!(name: genre_name)
# end
Receiver.find_or_create_by!(name: "Charity Streamer")

0 comments on commit 4d130ed

Please sign in to comment.