Sha256: e9dd171b9859271856c444d321f14c54af8cdb7164dba503a2e3c8c5fdaaf7bf
Contents?: true
Size: 311 Bytes
Versions: 9
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true module Yext module Api # The base engine class for the API. class Engine < ::Rails::Engine isolate_namespace Yext::Api # Add a load path for this specific Engine config.autoload_paths << File.expand_path("../../../../lib", __FILE__) end end end
Version data entries
9 entries across 9 versions & 1 rubygems