Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method to make mass action and in list components and/or after user selection #84

Closed
ionosphere opened this issue Dec 11, 2012 · 1 comment

Comments

@ionosphere
Copy link
Member

example : mass asign animals to outgone.

proposition

  list do |t|
    t.column :identification_number, :url => true
    t.column :name, :url=>true
    t.column :name, :through=>:group, :url=>true
    t.column :born_on
    t.column :sex
    t.column :name, :through=>:mother, :url=>true
    t.column :income_on
    t.column :outgone_on
    t.action :show, :url=>{:format=>:pdf}, :image=>:print
    t.action :edit
    t.action :destroy, :if=>"RECORD.destroyable\?"
  end

mass_action do |t|
...
end
@burisu
Copy link
Collaborator

burisu commented Nov 5, 2013

Duplicates #42.

@burisu burisu closed this as completed Nov 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants