conf.columns[:bbb].form_ui = :select
It's strange, I have used it many times, even in rails 3.1
Do you have some override?
--
Sergio Cambra .:: entreCables S.L. ::.
Mariana Pineda 23, 50.018 Zaragoza
T) 902 021 404 F) 976 52 98 07 E) ser...@entrecables.com
rvm use 1.9.2@rails-3_1rails new select-problemcd select-problem<Add active_scaffold to Gemfile (via ':git =>' and to app/assets/*/application*>bundle installrails g active_scaffold Aaa name:string bbb_id:integerrails g active_scaffold Bbb name:stringbundle exec rake db:migrate<Add has_many/belongs_to in models and conf_ui = :select to AaasController>rails s
> <https://lh6.googleusercontent.com/-7g6cHQuN8Fk/ToBOWQ00vLI/AAAAAAAAAXw/lM7
> XjPGoy6E/Bildschirmfoto%2525202011-09-26%252520um%25252012.04.42.png> and
> klicking "Edit":
>
> <https://lh5.googleusercontent.com/-FuX3vfEsZLw/ToBOdQkXo1I/AAAAAAAAAX0/N9d
> O7UXwJb8/Bildschirmfoto%2525202011-09-26%252520um%25252012.04.48.png>
>
> Regards
> Michael