Sha256: 101ca8707ab88518a4948cfcba5193d927d9e2409d1d11fb3878245454bc95ce
Contents?: true
Size: 246 Bytes
Versions: 15
Compression:
Stored size: 246 Bytes
Contents
# frozen_string_literal: true module ForemanThemeSatellite module RssCheckerBranding extend ActiveSupport::Concern def rss_user_agent "Satellite/#{ForemanThemeSatellite::SATELLITE_VERSION} (RSS notifications)" end end end
Version data entries
15 entries across 15 versions & 1 rubygems