Removed routes from credentials that aren't used along with controller actions
12 lines
224 B
YAML
12 lines
224 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
email: bob@example.net
|
|
password: MyString
|
|
domain: one
|
|
|
|
two:
|
|
email: alice@example.org
|
|
password: MyString
|
|
domain: two
|