mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 11:11:11 +02:00
added some todos
This commit is contained in:
parent
f406c69963
commit
35155fb8ac
5 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue