It's not supported by this gem, is only config_list. You could try adding a before_filter for :new, :create, :edit, :update, and set conf.create.columns or conf.update.columns from list_columns method.
El Martes, 14 de julio de 2015 08:10:38 Georgiy Avakyan escribió: > Okay, this gem works well! I'm sorry, but I forgot to say, that I need > select columns which I want to view *and edit. *If I select item to view, I > see only selected columns, all is ok, but when I want to create new record > here opens window with all columns as in my controller conf.columns = [..] > set. Can this be realized to? -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout.
