Method: Effective::Resources::Paths#datatable_file

Defined in:
app/models/effective/resources/paths.rb

#datatable_fileObject



20
21
22
# File 'app/models/effective/resources/paths.rb', line 20

def datatable_file
  File.join(*[tenant_path, 'app/datatables', class_path, namespace, "#{plural_name}_datatable.rb"].compact)
end