mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
2 lines
268 B
Ruby
2 lines
268 B
Ruby
User.create(name: "Test User", email: "test_user@example.com", password: "password", username: "test_user", approved: true, active: true, auth_token: "39a925803ddc658a68a7e276e558ed62", admin: true)
|
|
ApiKey.create(key: 'test_d7fd0429940', user_id: 1, created_by_id: 1)
|