class RingioAPI::User

Public Class Methods

find(user_id) click to toggle source

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

Calls superclass method
# File lib/ringioAPI/user.rb, line 6
def self.find(user_id)
  super(user_id).user
end