https://github.com/mperham/sidekiq
Raw File
Tip revision: 7b4c11c454a672bf7eda41356e1ceb5017c3c06b authored by Mike Perham on 29 June 2016, 16:54:36 UTC
polish, release 4.1.3
Tip revision: 7b4c11c
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