strongloop / loopback-example-access-control

An example demonstrating LoopBack access control mechanisms.
Other
370 stars 168 forks source link

Changed app.models.User to app.models.User #70

Closed kexoth closed 8 years ago

kexoth commented 8 years ago

There's a typo in the example.

slnode commented 8 years ago

Can one of the admins verify this patch? To accept patch and trigger a build add comment ".ok\W+to\W+test."

bajtos commented 8 years ago

Hi @kexoth, thank you for the pull request. The user model name is intentional, see https://github.com/strongloop/loopback-example-access-control/blob/ca9c9c23aaa77031aa2396aa343e2df751912878/common/models/user.json.

kexoth commented 8 years ago

@bajtos didn't knew that part, the sample code wasn't working for me unless I changed that. Thanks for reaching out on this.

bajtos commented 8 years ago

the sample code wasn't working for me unless I changed that.

Could you please open a new issue here in this repository and provide more details on what does it mean "wasn't working"? We need information that will allow us to reproduce the problem locally on our machines.