Module: Refinery::PageImages

Includes:
ActiveSupport::Configurable
Defined in:
lib/refinery/page_images.rb,
lib/refinery/page_images/engine.rb,
lib/refinery/page_images/extension.rb,
lib/refinery/page_images/configuration.rb

Defined Under Namespace

Modules: Extension Classes: Engine

Class Method Summary collapse

Class Method Details

.factory_pathsObject



13
14
15
# File 'lib/refinery/page_images.rb', line 13

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

.rootObject



9
10
11
# File 'lib/refinery/page_images.rb', line 9

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