mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-16 03:41:41 +00:00
- gives them a place to start from - leverages existing code to import scenarios - adds test coverage to seeds to ensure sees can run multiple times against the same db as is the case for Docker - adds env variable to set if importing is turned on for new user - adds env variable to point to a custom scenario for new users
6 lines
247 B
Ruby
6 lines
247 B
Ruby
# This file should contain all the record creation needed to seed the database with its default values.
|
|
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
|
|
|
|
require_relative 'seeds/seeder'
|
|
|
|
Seeder.seed
|