Skip to content

Instantly share code, notes, and snippets.

@testflyjets
Created February 6, 2014 16:50
Show Gist options
  • Save testflyjets/8848063 to your computer and use it in GitHub Desktop.
Save testflyjets/8848063 to your computer and use it in GitHub Desktop.
link_to_remote(dues.email_link,
:url => send_notices_flight_flight_due_path(@flight, dues),
:before => "Element.show('spinner')",
:complete => "Element.hide('spinner')",
:method => :post,
:confirm => confirm)
link_to(dues.email_link,
send_notices_flight_flight_due_path(@flight, dues),
remote: true,
method: :post,
confirm: confirm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment