# == Schema Information # # Table name: contacts # # id :integer not null, primary key # name :string # email :string # message :text # created_at :datetime not null # updated_at :datetime not null # # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: name: MyString email: MyString message: MyText two: name: MyString email: MyString message: MyText