We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the gray-matter wiki!
To create an administration user TODO create a script that does all this for me
Create a new user (In terminal)
admin = User.new(email: 'admin2@email.com', password: 'password1', role: 'admin') admin.save! profile = Profile.new(user_id: admin.id) profile.save!
admin = User.new(email: 'admin2@email.com', password: 'password1', role: 'admin')
admin.save!
profile = Profile.new(user_id: admin.id)
profile.save!
There was an error while loading. Please reload this page.