Sha256: 8a65d27b5b836f362f62c1271dc54266b04ba1a38ea784cf72aa1a12364399d4
Contents?: true
Size: 416 Bytes
Versions: 195
Compression:
Stored size: 416 Bytes
Contents
require 'workarea/seeds' Workarea::Seeds.run # 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 rails db:seed command (or created alongside the database with db:setup). # # Examples: # # movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }]) # Character.create(name: 'Luke', movie: movies.first)
Version data entries
195 entries across 195 versions & 5 rubygems