Sha256: c8147080d361f74ff86c8f21b6ecde10e549210c4b19447735ba60632404d6c9
Contents?: true
Size: 410 Bytes
Versions: 3
Compression:
Stored size: 410 Bytes
Contents
require 'refinerycms-core' module Refinery module <%= class_name.pluralize %><%= 'Engine' if plural_name == singular_name %> require 'refinery/<%= plural_name %>/engine' class << self 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
3 entries across 3 versions & 1 rubygems