module Plutonium::Resource::Controllers::Presentable

def build_grid_collection

def build_grid_collection
  current_definition.grid_class.new(@resource_records, resource_fields: presentable_attributes, resource_definition: current_definition)
end