Skip to content

Instantly share code, notes, and snippets.

@Iknewthisguy
Created July 11, 2014 04:47
Show Gist options
  • Save Iknewthisguy/d0842c90106db021d0ce to your computer and use it in GitHub Desktop.
Save Iknewthisguy/d0842c90106db021d0ce to your computer and use it in GitHub Desktop.
instantiating form
= f.input :state, as: :select, collection: [["All", ''], ["Pending", :pending], ["Active", :active]], include_blank: false, input_html: {value: params[:query].try(:[], :state)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment