Hi I've added the following line to my controller & in the LIST view it is fine. In the EDIT view however I note that the check box is showing the INCORRECT state...it is displaying no tick (i.e. false) as opposed to a tick (for true).
Is there something I'm missing? Is there some form override or something that is required? ------ in controller ------------ config.columns[:active].form_ui = :checkbox ------from my migration ------ t.integer :active, :null => false thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
