Sha256: 35f2397744a03c06e25ca27cd0d9044fee6f247bff912ab4551056946d40884c
Contents?: true
Size: 274 Bytes
Versions: 3
Compression:
Stored size: 274 Bytes
Contents
module RedhatAccess module AnalyticsDashboardHelper include RedhatAccess::Telemetry::LookUps def help_path? request.path == '/redhat_access/insights/help' end def manage_path? request.path == '/redhat_access/insights/manage' end end end
Version data entries
3 entries across 3 versions & 1 rubygems