Method: Effective::Resources::Paths#datatable_file

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

#datatable_fileObject



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

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