Sha256: 4f24f361a5a875f32518a44f68f2d99a6495fcee5f9c54c30f8c3d7f8614512f
Contents?: true
Size: 494 Bytes
Versions: 88
Compression:
Stored size: 494 Bytes
Contents
# This file should ensure the existence of records required to run the application in every environment (production, # development, test). The code here should be idempotent so that it can be executed at any point in every environment. # The data can then be loaded with the bin/rails db:seed command (or created alongside the database with db:setup). # # Example: # # ["Action", "Comedy", "Drama", "Horror"].each do |genre_name| # MovieGenre.find_or_create_by!(name: genre_name) # end
Version data entries
88 entries across 82 versions & 18 rubygems