https://github.com/mperham/sidekiq
Raw File
Tip revision: 62f2f60ff34cc76d29ae624cae83d0f20009991f authored by Mike Perham on 31 March 2017, 16:59:20 UTC
merge master
Tip revision: 62f2f60
seeds.rb
# 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).
#
# Examples:
#
#   cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
#   Mayor.create(name: 'Emanuel', city: cities.first)
back to top