added virtuals

This commit is contained in:
2023-05-10 15:14:06 +01:00
parent 793e944b5f
commit 8f1fe8c7c2
27 changed files with 297 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
domain: MyString
domain: example.net
two:
domain: MyString
domain: example.org

View File

@@ -1,11 +1,11 @@
# 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
# # Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
#
one: {}
# column: value
#
two: {}
# column: value
# # 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
# #
# one: {}
# # column: value
# #
# two: {}
# # column: value

9
test/fixtures/virtuals.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
email: MyString
destination: MyString
two:
email: MyString
destination: MyString