Sha256: c06b975a4e1954dc482cd796c8e06474865e242e2afb19a7e6ac4dc70ce75beb

Contents?: true

Size: 332 Bytes

Versions: 2

Compression:

Stored size: 332 Bytes

Contents

require 'refinerycms-core'

module Refinery
  autoload :CopywritingGenerator, 'generators/refinery/copywriting/copywriting_generator'

  module Copywriting
    require 'refinery/copywriting/engine'

    class << self
      def root
        @root ||= Pathname.new(File.expand_path('../../../', __FILE__))
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
refinerycms-copywriting-2.0.3 lib/refinery/copywriting.rb
refinerycms-copywriting-2.0.2 lib/refinery/copywriting.rb