Sha256: c8b6c26bead74ff16ce084b9d660c657d259a5252e191ca997f03696226de988
Contents?: true
Size: 411 Bytes
Versions: 21
Compression:
Stored size: 411 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). # Write the code in a way that can be executed multiple times without duplicating the information. # # For example: # # Country.create(name: "Chile") # BAD # Country.find_or_create_by(name: "Chile") # GOOD #
Version data entries
21 entries across 21 versions & 1 rubygems