Sha256: 6ce41555d4137025b41fe44fc626435905f641986abf134825495d934b516b25

Contents?: true

Size: 525 Bytes

Versions: 16

Compression:

Stored size: 525 Bytes

Contents

# frozen_string_literal: true

# 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

16 entries across 16 versions & 3 rubygems

Version Path
stateful_models-0.0.3 spec/dummy/db/seeds.rb
stateful_models-0.0.2 spec/dummy/db/seeds.rb
stateful_models-0.0.1 spec/dummy/db/seeds.rb
my_api_client-1.2.0 rails_app/rails_7.2/db/seeds.rb
ruby2html-1.5.3 db/seeds.rb
ruby2html-1.5.2 db/seeds.rb
ruby2html-1.5.1 db/seeds.rb
ruby2html-1.5.0 db/seeds.rb
ruby2html-1.4.0 db/seeds.rb
ruby2html-1.3.3 db/seeds.rb
ruby2html-1.3.2 db/seeds.rb
ruby2html-1.3.1 db/seeds.rb
ruby2html-1.3.0 db/seeds.rb
ruby2html-1.2.0 db/seeds.rb
ruby2html-1.1.0 db/seeds.rb
ruby2html-1.0.0 db/seeds.rb