Sha256: 1ad57792db7d4c1c55753a58b057275ac420e343c8daf7ab9d3106011bcf255b
Contents?: true
Size: 459 Bytes
Versions: 3
Compression:
Stored size: 459 Bytes
Contents
# 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) SpreeCore::Engine.load_seed if defined?(SpreeCore) SpreeAuth::Engine.load_seed if defined?(SpreeAuth)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spree_change_locale-0.5.3 | spec/dummy/db/seeds.rb |
spree_change_locale-0.5.2 | spec/dummy/db/seeds.rb |
spree_change_locale-0.5.1 | spec/dummy/db/seeds.rb |