Sha256: 0bd5c62635d1ffb70c334bda64d7cd1789b1dd6decd3d5b015e13a032c5a95c5
Contents?: true
Size: 240 Bytes
Versions: 8
Compression:
Stored size: 240 Bytes
Contents
one: username: one email: "one@example.com" encrypted_password: <%= User.new.send(:password_digest, "user1pw") %> two: username: two email: "two@example.com" encrypted_password: <%= User.new.send(:password_digest, "user2pw") %>
Version data entries
8 entries across 8 versions & 1 rubygems