34 lines
960 B
YAML
34 lines
960 B
YAML
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
|
|
# This model initially had no columns defined. If you add columns to the
|
|
# model remove the '{}' from the fixture names and add the columns immediately
|
|
# below each fixture, per the syntax in the comments below
|
|
#
|
|
one: {}
|
|
# column: value
|
|
#
|
|
two: {}
|
|
# column: value
|
|
|
|
|
|
# == Schema Information
|
|
#
|
|
# Table name: users
|
|
#
|
|
# id :integer(4) not null, primary key
|
|
# login :string(255) not null
|
|
# email :string(255) not null
|
|
# crypted_password :string(255) not null
|
|
# password_salt :string(255) not null
|
|
# persistence_token :string(255) not null
|
|
# perishable_token :string(255) not null
|
|
# current_login_at :datetime
|
|
# last_login_at :datetime
|
|
# current_login_ip :string(255)
|
|
# last_login_ip :string(255)
|
|
# created_at :datetime
|
|
# updated_at :datetime
|
|
# time_zone :string(255)
|
|
#
|
|
|