You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
317 B

User.create(
email: 'mattias@oncotype.dk',
firstname: 'Mattias',
lastname: 'Bodlund',
password: 'admin',
title: 'Webmaster',
phone: '28 58 18 13',
password_confirmation: 'admin',
enabled_at: Time.now,
role: 'admin'
)
Node.create title: 'Week 2025', slug: '', published_at: Time.now, ancestry: '/'