module ForemanSupervisoryAuthority

Constants

VERSION

Public Class Methods

with_settings?() click to toggle source
# File lib/foreman_supervisory_authority/engine.rb, line 35
def self.with_settings?
  Setting.table_exists?
rescue StandardError
  false
end