marker_fabricator.rb 90 B

123456
  1. Fabricator(:marker) do
  2. user
  3. timeline 'home'
  4. last_read_id 0
  5. lock_version 0
  6. end