Sha256: 424a64d0635cf2b3318ba7ef05fd87ae5737a1b38a0385ba29adaa590dff97ad

Contents?: true

Size: 533 Bytes

Versions: 45

Compression:

Stored size: 533 Bytes

Contents

# == Schema Information
#
# Table name: users
#
#  id         :integer          not null, primary key
#  name       :string
#  age        :integer
#  salary     :decimal(, )
#  bio        :text
#  created_at :datetime         not null
#  updated_at :datetime         not null
#  account_id :integer
#  dob        :date
#

# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html

one:
  name: MyString
  age: 1
  salary: 9.99
  bio: MyText

two:
  name: MyString
  age: 1
  salary: 9.99
  bio: MyText

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
rails_db-2.4.4 test/dummy/test/fixtures/users.yml
rails_db-2.4.3 test/dummy/test/fixtures/users.yml
rails_db-2.4.2 test/dummy/test/fixtures/users.yml
rails_db-2.4.1 test/dummy/test/fixtures/users.yml
rails_db-2.4.0 test/dummy/test/fixtures/users.yml
rails_db-2.3.1 test/dummy/test/fixtures/users.yml
rails_db-2.3.0 test/dummy/test/fixtures/users.yml
rails_db-2.2.1 test/dummy/test/fixtures/users.yml
rails_db-2.2.0 test/dummy/test/fixtures/users.yml
rails_db-2.1.1 test/dummy/test/fixtures/users.yml
rails_db-2.1.0 test/dummy/test/fixtures/users.yml
rails_db-2.0.6 test/dummy/test/fixtures/users.yml
rails_db-2.0.5 test/dummy/test/fixtures/users.yml
rails_db-2.0.4 test/dummy/test/fixtures/users.yml
xplore-0.0.1.alpha test/dummy/test/fixtures/users.yml
rails_db-2.0.3 test/dummy/test/fixtures/users.yml
rails_db-2.0.2 test/dummy/test/fixtures/users.yml
rails_db-2.0.1 test/dummy/test/fixtures/users.yml
rails_db-2.0.0 test/dummy/test/fixtures/users.yml
rails_db-1.6.0 test/dummy/test/fixtures/users.yml