class Roar::JSON::HAL::Links::SingleLink::Representer

Public Instance Methods

to_hash(*) click to toggle source
Calls superclass method
# File lib/roar/json/hal.rb, line 103
def to_hash(*)
  hash = super
  {hash.delete("rel").to_s => hash}
end