https://github.com/mperham/sidekiq
Raw File
Tip revision: 62adfd863975220b41125c6f74190eab81b868ae authored by Mike Perham on 04 March 2013, 00:24:36 UTC
Remove superfluous binary and remove examples from gem
Tip revision: 62adfd8
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