struct Contacts
- Contacts
- Struct
- Value
- Object
Included Modules
- Armature::Route
Defined in:
html_fragment_example.crConstant Summary
-
ALL =
(Array.new(10) do Contact.new(id: UUID.random, name: Faker::Name.name) end).index_by(&.id)
(Array.new(10) do
Contact.new(id: UUID.random, name: Faker::Name.name)
end).index_by(&.id)