Sha256: 860f7cb5fce4054c266c9b24c1382f18eb5f3dd16686acb8909a4c36d13f6ab1
Contents?: true
Size: 563 Bytes
Versions: 12
Compression:
Stored size: 563 Bytes
Contents
# == Schema Information # # Table name: user_has_roles # # id :integer not null, primary key # user_id :integer # role_id :integer # created_at :datetime not null # updated_at :datetime not null # # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html admin: user_id: 1 role_id: 4 librarian1: user_id: 2 role_id: 3 user1: user_id: 3 role_id: 2 librarian2: user_id: 4 role_id: 3 user2: user_id: 5 role_id: 2 user3: user_id: 6 role_id: 2 user4: user_id: 7 role_id: 2
Version data entries
12 entries across 12 versions & 1 rubygems