Rails — Formtastic, how to set text for options in select?

Posted by TJY on Stack Overflow See other posts from Stack Overflow or by TJY
Published on 2010-06-02T22:28:48Z Indexed on 2010/06/02 22:34 UTC
Read the original article Hit count: 483

Filed under:
|
f.input :some_model_values, :as => :select

Using Formtastic, I need to set a text for options on my select input, but not populated from :some_model_values.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about formtastic