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.
The second: how could be collection of :some_model_values pre-modefied? Because i don want to show some options according to user role.
Thanks!