Sha256: 8722ff6505ff75df6f742d1eb9ab7148f42cb628e839e0a74274c2457d34a027
Contents?: true
Size: 849 Bytes
Versions: 9
Compression:
Stored size: 849 Bytes
Contents
drew: company: binary_logic email: dgainor@binarylogic.com password_salt: <%= salt = Employee.unique_token %> crypted_password: '<%= Employee.acts_as_authentic_config[:crypto_provider].encrypt("drewrocks" + salt) %>' persistence_token: 5273d85ed156e9dbd6a7c1438d319ef8c8d41dd24368db6c222de11346c7b11e53ee08d45ecf619b1c1dc91233d22b372482b751b066d0a6f6f9bac42eacaabf first_name: Drew last_name: Gainor jennifer: company: logic_over_data email: jjohnson@logicoverdata.com password_salt: <%= salt = Employee.unique_token %> crypted_password: '<%= Employee.acts_as_authentic_config[:crypto_provider].encrypt("jenniferocks" + salt) %>' persistence_token: 2be52a8f741ad00056e6f94eb6844d5316527206da7a3a5e3d0e14d19499ef9fe4c47c89b87febb59a2b41a69edfb4733b6b79302040f3de83f297c6991c75a2 first_name: Jennifer last_name: Johnson
Version data entries
9 entries across 9 versions & 1 rubygems