Sha256: 5d7d85b4fd35cebbbf398ff0dae2a4814563369daee50afa86153580c22e6e4f

Contents?: true

Size: 307 Bytes

Versions: 5

Compression:

Stored size: 307 Bytes

Contents

# frozen_string_literal: true

require "active_support"

module Katalyst
  module Content
    extend ActiveSupport::Autoload
    extend self

    autoload :Config

    def config
      @config ||= Config.new
    end

    def configure
      yield config
    end
  end
end

require "katalyst/content/engine"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
katalyst-content-2.7.0 lib/katalyst/content.rb
katalyst-content-2.6.2 lib/katalyst/content.rb
katalyst-content-2.6.1 lib/katalyst/content.rb
katalyst-content-2.6.0 lib/katalyst/content.rb
katalyst-content-2.5.1 lib/katalyst/content.rb