Its stated that since version 2.4, I can use marked_record in config.list (as seen in https://github.com/activescaffold/active_scaffold/wiki/API%3A-List)
But I cant get it to work on branch rails v3, which I installed using: rails plugin install git://github.com/activescaffold/active_scaffold.git -r rails-3.0 Using the line: config.list.mark_records = true No matter what I do, I get the error: undefined method `mark_records=' for #<ActiveScaffold::Config::List:0x00000003dc3680> Any ideas how to pull this off or similar funcionality? It would be awesome. Thanks in advance. -- 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.
