module ForemanSetup
Constants
- VERSION
Public Class Methods
table_name_prefix()
click to toggle source
# File lib/foreman_setup/engine.rb, line 45 def self.table_name_prefix 'setup_' end
Public Instance Methods
table_name_prefix()
click to toggle source
# File lib/foreman_setup/engine.rb, line 41 def table_name_prefix 'setup_' end
use_relative_model_naming()
click to toggle source
# File lib/foreman_setup/engine.rb, line 49 def use_relative_model_naming true end