class ForemanOpenstackCluster::Engine

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

Public Instance Methods

use_relative_model_naming() click to toggle source
# File lib/foreman_openstack_cluster/engine.rb, line 18
def use_relative_model_naming
  true
end