Sha256: 0a5498d10ed20ec4c5513b33e20dbb84058d7506481efa03520ab303fc1b3ae5

Contents?: true

Size: 447 Bytes

Versions: 4

Compression:

Stored size: 447 Bytes

Contents

module PowerStencil
  module Plugins

    module EntityDefinitions

      def require_plugin_entity_definitions
        return unless capabilities[:entity_definitions]
        logger.info "Requiring '#{self.name}' plugin entity definitions..."
        plugin_definition[:entity_definitions].each do |entity_definition_file_path|
          securely_require entity_definition_file_path, fail_on_error: true
        end
      end

    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
power_stencil-0.6.1 lib/power_stencil/plugins/entity_definitions.rb
power_stencil-0.6.0 lib/power_stencil/plugins/entity_definitions.rb
power_stencil-0.5.1 lib/power_stencil/plugins/entity_definitions.rb
power_stencil-0.5.0 lib/power_stencil/plugins/entity_definitions.rb