Sha256: 6d3409968810f7ca7cc4b1e5d07dddd3fb5b555535f78b6eba71532b77cc7dff
Contents?: true
Size: 407 Bytes
Versions: 19
Compression:
Stored size: 407 Bytes
Contents
# Read about fixtures at # http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html bob_ssn: user_id: <%= ActiveRecord::FixtureSet.identify(:bob) %> content: <%= SecureRandom.hex %> steve_ssn: user_id: <%= ActiveRecord::FixtureSet.identify(:steve) %> content: <%= SecureRandom.hex %> susan_ssn: user_id: <%= ActiveRecord::FixtureSet.identify(:susan) %> content: <%= SecureRandom.hex %>
Version data entries
19 entries across 19 versions & 1 rubygems