Module: ForemanMco
- Defined in:
- lib/foreman-mco.rb,
lib/foreman-mco/engine.rb,
lib/foreman-mco/version.rb,
app/helpers/foreman_mco/application_helper.rb,
app/models/foreman_mco/host_command_status.rb,
app/controllers/foreman_mco/commands_controller.rb,
app/controllers/foreman_mco/command_statuses_controller.rb,
app/controllers/foreman_mco/command_histories_controller.rb,
app/controllers/foreman_mco/detailed_command_histories_controller.rb
Defined Under Namespace
Modules: ApplicationHelper, Command, CommandHistoriesHelper, HostsHelper
Classes: CommandHistoriesController, CommandStatus, CommandStatusesController, CommandsController, DetailedCommandHistoriesController, Engine, HostCommandStatus, McoProxyApi
Constant Summary
collapse
- ENGINE_NAME =
"foreman_mco"
- VERSION =
"0.0.1"
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.table_name_prefix ⇒ Object
53
54
55
|
# File 'lib/foreman-mco/engine.rb', line 53
def self.table_name_prefix
ForemanMco::ENGINE_NAME + '_'
end
|
Instance Method Details
#table_name_prefix ⇒ Object
49
50
51
|
# File 'lib/foreman-mco/engine.rb', line 49
def table_name_prefix
ForemanMco::ENGINE_NAME + '_'
end
|
#use_relative_model_naming ⇒ Object
57
58
59
|
# File 'lib/foreman-mco/engine.rb', line 57
def use_relative_model_naming
true
end
|