Class: ForemanOpenstackCluster::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/foreman_openstack_cluster/engine.rb

Overview

Inherit from the Rails module of the parent app (Foreman), not the plugin. Thus, inherits from ::Rails::Engine and not from Rails::Engine

Instance Method Summary collapse

Instance Method Details

#use_relative_model_namingObject



18
19
20
# File 'lib/foreman_openstack_cluster/engine.rb', line 18

def use_relative_model_naming
  true
end