Skip to content

Instantly share code, notes, and snippets.

@jakecraige
Created August 22, 2013 16:40
Show Gist options
  • Save jakecraige/6309706 to your computer and use it in GitHub Desktop.
Save jakecraige/6309706 to your computer and use it in GitHub Desktop.
=label_tag :school_district, "School District"
= hidden_field_tag :school_district,
'',
:class => 'select2 ajax',
:data => { :source => reports_autocomplete_path('schooldistrict'), :column => 'schooldistrict' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment