Class: Effective::Datatables::Posts

Inherits:
Effective::Datatable
  • Object
show all
Defined in:
app/models/effective/datatables/posts.rb

Instance Method Summary collapse

Instance Method Details

#collectionObject



33
34
35
# File 'app/models/effective/datatables/posts.rb', line 33

def collection
  Effective::Post.all
end