mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
7 lines
235 B
Ruby
7 lines
235 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
|