Sha256: af975ebbd0dec8b852d9b41a1d419716594970deff814a1b263d70ab674fa42b

Contents?: true

Size: 586 Bytes

Versions: 1

Compression:

Stored size: 586 Bytes

Contents

# ruby encoding: utf-8

# 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 => 'Daley', :city => cities.first)

require 'faker'

FactoryGirl.create_list(:seed_venue, 25, :with_events)
FactoryGirl.create_list(:seed_venue, 25)
FactoryGirl.create_list(:seed_event, 25, :with_venue)
FactoryGirl.create_list(:seed_event, 25)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
calagator-0.0.1.pre1 db/seeds.rb