Merge remote-tracking branch 'upstream/pull/3461'
This commit is contained in:
commit
fc1c8d60a4
1 changed files with 1 additions and 3 deletions
|
@ -30,9 +30,7 @@ If you create a user by signing up to your local website, you need to confirm th
|
|||
$ bundle exec rails console
|
||||
>> user = User.find_by(:display_name => "My New User Name")
|
||||
=> #[ ... ]
|
||||
>> user.status = "active"
|
||||
=> "active"
|
||||
>> user.save!
|
||||
>> user.activate!
|
||||
=> true
|
||||
>> quit
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue