internetee-registry/app/models/user.rb
2014-08-25 14:14:25 +03:00

7 lines
238 B
Ruby

class User < ActiveRecord::Base
# TODO Foreign user will get email with activation link,email,temp-password.
# After activisation, system should require to change temp password.
# TODO Estonian id validation
belongs_to :role
end