Skip to content

Instantly share code, notes, and snippets.

@tensiondriven
Forked from southpolesteve/gist:1516254
Created December 24, 2011 04:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tensiondriven/1516273 to your computer and use it in GitHub Desktop.
Save tensiondriven/1516273 to your computer and use it in GitHub Desktop.
%td
= form_for task, :remote => true, :url => ajax_update_path do |f|
= f.collection_select :task_type_id, TaskType.all, :id, :name, {}, { :class => 'submittable'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment