RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: jihao
Which post that you mentioned here?
I meet the same problem, removed h() and get fixed
def link_to_add_fields(name, f, association) ... ... link_to_function(name, "add_fields(this, '#{association}', '#{escape_javascript(fields)}')") end
Which post that you mentioned here?
I meet the same problem, removed h() and get fixed