lib/wcc/contentful/app.rb in wcc-contentful-app-1.6.0 vs lib/wcc/contentful/app.rb in wcc-contentful-app-1.6.1
- old
+ new
@@ -1,8 +1,9 @@
# frozen_string_literal: true
require 'wcc/contentful/rails'
+require_relative './app/rails'
require_relative './app/exceptions'
require_relative './app/configuration'
require_relative './app/markdown_renderer'
module WCC::Contentful::App