Well, I *do* have config_list in my application controller actions:

class ApplicationController < ActionController::Base
  helper :all # include all helpers, all the time
  protect_from_forgery # See ActionController::RequestForgeryProtection for 
details
  ActiveScaffold.set_defaults do |config| 
     config.actions = [:list, :config_list, :field_search, :nested, 
:subform] 
   end
end


And the config_list plugin *does* have an effect: the columns I put in 
"config.config_list.default_columns = []" are the only columns that appear. 
 That's good.  

The only thing NOT working is that there is no way for my USER to select 
which columns to view and which to hide.
Isn't there supposed to be some addition to the normal AS user interface 
that lets them do that?  Nothing like that appears.

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/activescaffold?hl=en.

Reply via email to