Sha256: 10e7563ea891cf266f1bbba06b9ce738fab932c8cd22950fff3b54788bee5fff

Contents?: true

Size: 456 Bytes

Versions: 5

Compression:

Stored size: 456 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)

::Defcon::AdminUser.create({username: "admin", password: "password", password_confirmation: "password"})
      

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arcadex-1.3.1 test/test_app/db/seeds.rb
arcadex-1.3.0 test/test_app/db/seeds.rb
arcadex-1.2.3 test/test_app/db/seeds.rb
arcadex-1.2.1 test/test_app/db/seeds.rb
arcadex-1.2.0 test/test_app/db/seeds.rb