I know this sounds insane. ;)
My Line :
"#{escape_javascript(content_tag(:a, "edit", :href => edit_object_payment_url(@object, "\#{payment_id}")))
Then with interpolation, I inject my variables. Payment_id is a javascript variable. Is it possible to syntactically pass that variable into this escaped_javascript statement?