figo-connect / ruby-figo

Ruby binding for the figo Connect API.
http://figo.io
8 stars 15 forks source link

user model: fixed "User_id" to "user_id" #24

Closed stebo closed 1 year ago

stebo commented 6 years ago

It was not possible to retrieve a User ID.

session.user.user_id was not available
session.user.User_id always returned nil (as not present over API)

works well with the fix and returns "U1" for the demo user!