Sha256: ce028c00602147dd26ccc6540e0af71acd7d874380009fd0860fcfb703512ae0

Contents?: true

Size: 668 Bytes

Versions: 8

Compression:

Stored size: 668 Bytes

Contents

ben:
  id: 1
  account: binary_logic
  lft: 1
  rgt: 8
  first_name: Ben
  last_name: Johnson
  active: true
  bio: Totally awesome!
  user_groups: neco, johnsons
  
drew:
  id: 2
  account: neco
  parent_id: 1
  lft: 2
  rgt: 5
  first_name: Drew
  last_name: Mills
  active: false
  bio: Totally not awesome!
  user_groups: neco
  
jennifer:
  id: 3
  account: binary_logic
  parent_id: 2
  lft: 3
  rgt: 4
  first_name: Jennifer
  last_name: Hopkins
  active: false
  bio: Totally not awesome at all!
  user_groups: johnsons
  
tren:
  id: 4
  parent_id: 1
  lft: 6
  rgt: 7
  first_name: Tren
  last_name: Garfield
  active: false
  bio: Rocks a little too hard
  

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
schof-searchlogic-0.0.2 test/fixtures/users.yml
searchlogic-1.6.1 test/fixtures/users.yml
searchlogic-1.6.0 test/fixtures/users.yml
searchlogic-1.6.3 test/fixtures/users.yml
searchlogic-1.6.2 test/fixtures/users.yml
searchlogic-1.6.6 test/fixtures/users.yml
searchlogic-1.6.4 test/fixtures/users.yml
searchlogic-1.6.5 test/fixtures/users.yml