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



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

def collection
  Effective::Post.all
end