Sha256: f5c64cc746ddc1739780a052ce6e1bb00867f24bb766a76ebe65de761f0d9393
Contents?: true
Size: 232 Bytes
Versions: 10
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true module ForemanSnapshotManagement module SnapshotHelper def foreman_snapshot_management_snapshot_path(snapshot) host_snapshot_path(host_id: snapshot.host, id: snapshot.id) end end end
Version data entries
10 entries across 10 versions & 1 rubygems