Displaying 1 result from an estimated 1 matches for "resource_owner_id".
2013 Aug 21
3
syntax error, unexpected tRPAREN raised in server log
...pp[web.2]:
app/controllers/api/users_controller.rb:42:in `show''
2013-08-12T23:06:08.932580+00:00 app[web.2]:
2013-08-12T23:06:08.932580+00:00 app[web.2]:
Any idea what would have caused it?
The code I have looked like this:
@user =
User.with_clients.with_projects.find(doorkeeper_token.resource_owner_id)
I cannot reproduce this but this error show up in the log occasionally.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubsc...