Sha256: 954383f2671432afdde5879f99a3574e94c0c8f7c3b38940f9e77b61717260c9
Contents?: true
Size: 537 Bytes
Versions: 18
Compression:
Stored size: 537 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) <% if options.solidus? -%> Spree::Core::Engine.load_seed if defined?(Spree::Core) && !Spree::Country.any? Spree::Auth::Engine.load_seed if defined?(Spree::Auth) && !Spree::User.any? <% end -%>
Version data entries
18 entries across 18 versions & 1 rubygems