Sha256: 2e0ea5b269f366017495170e699d36b7d5c06e95de101a581c769d7e84f64004
Contents?: true
Size: 427 Bytes
Versions: 15
Compression:
Stored size: 427 Bytes
Contents
require 'refinerycms-core' module Refinery autoload :StoresGenerator, 'generators/refinery/stores_generator' module Orders require 'refinery/orders/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
15 entries across 15 versions & 1 rubygems