Class: RingioAPI::Account
- Defined in:
- lib/ringioAPI/account.rb
Class Method Summary collapse
-
.find(account_id) ⇒ Object
move the nested resource to the root.
Class Method Details
.find(account_id) ⇒ Object
move the nested resource to the root
7 8 9 |
# File 'lib/ringioAPI/account.rb', line 7 def self.find(account_id) super(account_id).account end |