module ForemanSetup

Constants

VERSION

Public Class Methods

table_name_prefix() click to toggle source
# File lib/foreman_setup/engine.rb, line 52
def self.table_name_prefix
  'setup_'
end

Public Instance Methods

table_name_prefix() click to toggle source
# File lib/foreman_setup/engine.rb, line 48
def table_name_prefix
  'setup_'
end
use_relative_model_naming() click to toggle source
# File lib/foreman_setup/engine.rb, line 56
def use_relative_model_naming
  true
end