class RingioAPI::Ring
Public Class Methods
find(ring_id)
click to toggle source
override method as a temporary solution of the JSON parsing bugs of Rails
Calls superclass method
# File lib/ringioAPI/ring.rb, line 6 def self.find(ring_id) super(ring_id).ring end
Public Instance Methods
save()
click to toggle source
# File lib/ringioAPI/ring.rb, line 10 def save raise "Cannot change Ringio rings" end