Sha256: 380b024f9f2c76bb05f551b175dc98f84ecf6af5f2b3f5708f7e0c6d3ef42aa1
Contents?: true
Size: 440 Bytes
Versions: 45
Compression:
Stored size: 440 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 # require 'test_helper' class UserTest < ActiveSupport::TestCase # test "the truth" do # assert true # end end
Version data entries
45 entries across 45 versions & 2 rubygems