Class: RingioAPI::User
- Defined in:
- lib/ringioAPI/user.rb
Class Method Summary collapse
-
.find(user_id) ⇒ Object
override methods as a temporary solution of the JSON parsing bugs of Rails.
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 |