Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461554
user.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, May 18, 1:49 AM
Size
291 B
Mime Type
text/x-c++
Expires
Tue, May 20, 1:49 AM (1 d, 1 h)
Engine
blob
Format
Raw Data
Handle
220116
Attached To
rARCHIVING archiving
user.rb
View Options
class
User
<
ActiveRecord
::
Base
establish_connection
Baas
::
settings
[
:local_db
]
has_many
:ownerships
has_many
:hosts
,
through
:
:ownerships
,
inverse_of
:
:users
enum
user_type
:
{
institutional
:
0
,
vima
:
1
,
okeanos
:
2
,
admin
:
3
}
validates
:username
,
:user_type
,
presence
:
true
end
Event Timeline
Log In to Comment