Class: RingioAPI::User

Inherits:
Base
  • Object
show all
Defined in:
lib/ringioAPI/user.rb

Class Method Summary collapse

Class Method Details

.find(user_id) ⇒ Object

override methods as a temporary solution of the JSON parsing bugs of Rails



6
7
8
# File 'lib/ringioAPI/user.rb', line 6

def self.find(user_id)
  super(user_id).user
end