Roughing in users resource
This commit is contained in:
parent
3f0b074619
commit
5048fb7695
11 changed files with 154 additions and 2 deletions
3
app/templates/users/index.hbs
Normal file
3
app/templates/users/index.hbs
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{#each user in model}}
|
||||
{{user.email}}<br>
|
||||
{{/each}}
|
Reference in a new issue