role_assignments.yml
330 Bytes
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
id: 1
person_id: 4
role_id: 2
resource_id: 5
resource_type: 'Profile'
two:
id: 2
person_id: 1
role_id: 1
resource_id: 5
resource_type: 'Profile'
three:
id: 3
person_id: 1
role_id: 1
resource_id: 6
resource_type: 'Profile'