updates from Production

This commit is contained in:
Lee Lawlor
2014-10-09 13:25:48 -04:00
parent edd3644654
commit 8e96629609
18 changed files with 81 additions and 21 deletions

View File

@ -1,3 +1,22 @@
# == Schema Information
#
# Table name: admin_users
#
# id :integer not null, primary key
# email :string(255) default(""), not null
# encrypted_password :string(255) default(""), not null
# reset_password_token :string(255)
# reset_password_sent_at :datetime
# remember_created_at :datetime
# sign_in_count :integer default(0), not null
# current_sign_in_at :datetime
# last_sign_in_at :datetime
# current_sign_in_ip :string(255)
# last_sign_in_ip :string(255)
# created_at :datetime
# updated_at :datetime
#
require 'test_helper'
class AdminUserTest < ActiveSupport::TestCase