6 lines
79 B
Ruby
6 lines
79 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:bookmark) do
|
|
account
|
|
status
|
|
end
|