mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
Rubocop autocorrect
This commit is contained in:
parent
f8c48a7456
commit
6c5c0b38c8
59 changed files with 533 additions and 546 deletions
|
@ -1,7 +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
|
||||
# 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