Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Created April 21, 2013 09:31
Show Gist options
  • Save tagrudev/5429072 to your computer and use it in GitHub Desktop.
Save tagrudev/5429072 to your computer and use it in GitHub Desktop.
simple_form_for(@object) do |f|
# this is an input for a name
f.input :name
# i want just an input for an autocompleter that has nothing to do with the @object
f.input
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment