upgrade(rails 5): add application record

This commit is contained in:
Joseph Mastey
2017-01-19 13:55:03 -06:00
parent 3474385141
commit 692fb99e51
12 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
require 'encryption'
class User < ActiveRecord::Base
class User < ApplicationRecord
validates :password, :presence => true,
:confirmation => true,
:length => {:within => 6..40},