Sha256: 38ec726b17a6f9dbd5ec2ca08198ecc391da6938c9788fee91bac29e3012f8fd
Contents?: true
Size: 545 Bytes
Versions: 19
Compression:
Stored size: 545 Bytes
Contents
# Read about fixtures at # http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html bob_prof: profileable_id: <%= ActiveRecord::FixtureSet.identify(:bob) %> profileable_type: "User" content: <%= SecureRandom.hex %> steve_prof: profileable_id: <%= ActiveRecord::FixtureSet.identify(:steve) %> profileable_type: "User" content: <%= SecureRandom.hex %> susan_prof: profileable_id: <%= ActiveRecord::FixtureSet.identify(:susan) %> profileable_type: "User" content: <%= SecureRandom.hex %>
Version data entries
19 entries across 19 versions & 1 rubygems