Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1614766
user.rake
No One
Temporary
Actions
View 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
Sat, Mar 21, 4:01 AM
Size
255 B
Mime Type
text/plain
Expires
Mon, Mar 23, 4:01 AM (8 h, 33 m)
Engine
blob
Format
Raw Data
Handle
354194
Attached To
rARCHIVING archiving
user.rake
View Options
namespace
:user
do
desc
'Create a temp user for development reasons'
task
:generate_user
=>
:environment
do
|
t
|
u
=
User
.
new
u
.
username
=
'archiving_dev'
u
.
email
=
'archiving_dev@example.com'
u
.
user_type
=
:admin
u
.
save
end
end
Event Timeline
Log In to Comment