Comment 3 for bug 1234480

Revision history for this message
Dan Bode (bodepd) wrote :

let me try that one more time:

  def public_url=(value)
    destroy
    endpoint_hash[resource[:name]][:public_url] = value
    unless @already_recreated
       create
       @already_recreated = true
     end
  end