Sha256: 106f2d452bafa3a7be05c19ce5106db0084984a8803648e5068b1d9b967b159d
Contents?: true
Size: 461 Bytes
Versions: 123
Compression:
Stored size: 461 Bytes
Contents
module ForemanInventoryUpload module Notifications module ManifestImportSuccessNotificationOverride extend ActiveSupport::Concern def actions { :links => [ { :href => Rails.application.routes.url_helpers.foreman_rh_cloud_inventory_upload_path, :title => _('Enable inventory upload'), :external => false, }, ], } end end end end
Version data entries
123 entries across 123 versions & 1 rubygems