kukua / concava-api

API for modifying ConCaVa metadata.
http://kukua.github.io/concava-api/
MIT License
1 stars 0 forks source link

Registering user return `is_active: false` even though user is active #24

Closed mauvm closed 8 years ago

mauvm commented 8 years ago

The active by default option seems to work. So instead of doing return $model; in the UserController, do return User::findOrFail($model->id);? Dirty solution though. Debug this.