Sha256: 45658a17b1e602838795218cad05b73b51fb17e94dc02d6a43b326846998921b

Contents?: true

Size: 434 Bytes

Versions: 1

Compression:

Stored size: 434 Bytes

Contents

require 'refinerycms-core'

module Refinery
  # autoload :StoresGenerator, 'generators/refinery/stores_generator'

  module Products
     require 'refinery/products/engine'

    class << self
      attr_writer :root

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

      def factory_paths
        @factory_paths ||= [ root.join('spec', 'factories').to_s ]
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-stores-0.1.0 lib/refinery/products.rb