https://github.com/mperham/sidekiq
Raw File
Tip revision: 40de8236e927d752fc1ec5d220f276a9b4b5c84b authored by Stan Hu on 25 April 2017, 06:03:52 UTC
Bump redis-rb to v3.3.3 (#3441)
Tip revision: 40de823
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