class RedhatAccess::Engine
Public Instance Methods
sam_deployment?()
click to toggle source
End monkey patching
# File lib/redhat_access/engine.rb, line 87 def sam_deployment? # TODO: make generic and move to lib util class Foreman::Plugin.installed?('foreman_sam') end