36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
# This model initially had no columns defined. If you add columns to the
|
|
# model remove the "{}" from the fixture names and add the columns immediately
|
|
# below each fixture, per the syntax in the comments below
|
|
#
|
|
admin:
|
|
email: "jez@hiddenagenda.ltd.uk"
|
|
encrypted_password: <%= Devise::Encryptor.digest(User,'password') %>
|
|
reset_password_token: <%= nil %>
|
|
remember_created_at: <%= nil %>
|
|
sign_in_count: 1
|
|
current_sign_in_at: "2012-11-16 11:49:12"
|
|
last_sign_in_at: "2012-11-16 11:49:12"
|
|
current_sign_in_ip: "127.0.0.1"
|
|
last_sign_in_ip: "127.0.0.1"
|
|
failed_attempts: 0
|
|
locked_at: <%= nil %>
|
|
role: 1000
|
|
|
|
user:
|
|
email: "user@hiddenagenda.ltd.uk"
|
|
encrypted_password: <%= Devise::Encryptor.digest(User,'password') %>
|
|
reset_password_token: <%= nil %>
|
|
remember_created_at: <%= nil %>
|
|
sign_in_count: 1
|
|
current_sign_in_at: "2012-11-16 11:49:12"
|
|
last_sign_in_at: "2012-11-16 11:49:12"
|
|
current_sign_in_ip: "127.0.0.1"
|
|
last_sign_in_ip: "127.0.0.1"
|
|
failed_attempts: 0
|
|
locked_at: <%= nil %>
|
|
role: 100
|
|
|
|
|