Module: Effective::EffectiveDatatable::Rendering

Included in:
Datatable
Defined in:
app/models/effective/effective_datatable/rendering.rb

Constant Summary collapse

BLANK =
''.freeze

Instance Method Summary collapse

Instance Method Details

#finalize(collection) ⇒ Object

Override me if you like



8
9
10
# File 'app/models/effective/effective_datatable/rendering.rb', line 8

def finalize(collection) # Override me if you like
  collection
end