Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created April 18, 2012 21:39
Show Gist options
  • Save luckyruby/2416781 to your computer and use it in GitHub Desktop.
Save luckyruby/2416781 to your computer and use it in GitHub Desktop.
link_to image_tag('delete.png'), remove_car_type_location_path(:location_car_type_id => car_type.id), :method => :delete, :remote => true, :confirm => 'Are you sure?'
link_to(image_tag('delete.png'), remove_car_type_location_path(:location_car_type_id => car_type.id), :method => :delete, :remote => true, :confirm => 'Are you sure?')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment