Module: EffectiveTrashHelper

Included in:
Effective::Datatables::Trash
Defined in:
app/helpers/effective_trash_helper.rb

Instance Method Summary collapse

Instance Method Details

#render_trash(trash) ⇒ Object



3
4
5
# File 'app/helpers/effective_trash_helper.rb', line 3

def render_trash(trash)
  render(partial: 'effective/trash/trash', locals: {trash: trash})
end