Sha256: dfabcb3afae693fb9fb44cf52a9cd0791dbbd7b92ad48f6fa50e915e802c50dc
Contents?: true
Size: 380 Bytes
Versions: 17
Compression:
Stored size: 380 Bytes
Contents
unless User.where(email: 'example@example.com').first User.create(email: 'example@example.com', password: 'password', password_confirmation: 'password') end unless admin = User.where(email: 'admin@example.com').first admin = User.create(email: 'admin@example.com', password: 'password', password_confirmation: 'password') end Fe::User.where(user_id: admin.id).first_or_create
Version data entries
17 entries across 17 versions & 1 rubygems