Just to clarify the issue. Assume there are tasks and projects

Task
  belongs_to :project

Project
  has_many :tasks

  active_scaffold :task do |config|
    config.actions << :batch_base
    config.actions << :batch_create
    config.batch_create.default_batch_by_column = :project
  end

With vhochstein's activescaffold version 3.0.5 and 
active_scaffold_batch_vho v3.0.6 this would add a Batch Create link to the 
Tasks activescaffold, and when clicked the project dropdown be a multiple 
select, so a task could be created for multiple projects.  

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to