Database seeds should include Events #2268
Labels
maintenance
Ticket related to maintenance that needs to be done
newdev
Tickets that would help a new dev to become familiar with the project
User story
As a developer making a change to the events page, I would like to have some Events already existing in the database, so that the events page isn't totally empty.
Success criteria
rake servers:start
, it adds 10 events to the database if they don't already existImplementation notes
You can add a single event if it doesn't yet exist with something like this:
The text was updated successfully, but these errors were encountered: