Method: Effective::CrudController::Paths#resource_index_path

Defined in:
app/controllers/concerns/effective/crud_controller/paths.rb

#resource_index_pathObject



71
72
73
# File 'app/controllers/concerns/effective/crud_controller/paths.rb', line 71

def resource_index_path
  effective_resource.action_path(:index)
end