module ForemanMco
Constants
- ENGINE_NAME
- VERSION
Public Class Methods
table_name_prefix()
click to toggle source
# File lib/foreman-mco/engine.rb, line 53 def self.table_name_prefix ForemanMco::ENGINE_NAME + '_' end
Public Instance Methods
table_name_prefix()
click to toggle source
# File lib/foreman-mco/engine.rb, line 49 def table_name_prefix ForemanMco::ENGINE_NAME + '_' end
use_relative_model_naming()
click to toggle source
# File lib/foreman-mco/engine.rb, line 57 def use_relative_model_naming true end