Sha256: e1d94a8708aa2dd2118af86665984c43bf6cdd46bd5125583deb1dfac1b59e31
Contents?: true
Size: 701 Bytes
Versions: 15
Compression:
Stored size: 701 Bytes
Contents
# Read about fixtures at # http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html low_profile1: user: <%= ActiveRecord::FixtureSet.identify(:bob) %> car: <%= ActiveRecord::FixtureSet.identify(:honda_civic) %> content: MyString low_profile2: user: <%= ActiveRecord::FixtureSet.identify(:bob) %> car: <%= ActiveRecord::FixtureSet.identify(:honda_civic) %> content: MyString low_profile3: user: <%= ActiveRecord::FixtureSet.identify(:bob) %> car: <%= ActiveRecord::FixtureSet.identify(:honda_civic) %> content: MyString low_profile4: user: <%= ActiveRecord::FixtureSet.identify(:bob) %> car: <%= ActiveRecord::FixtureSet.identify(:honda_civic) %> content: MyString
Version data entries
15 entries across 15 versions & 1 rubygems