Module: Refinery::LocationExplorer

Includes:
ActiveSupport::Configurable
Defined in:
lib/refinery/location_explorer.rb,
lib/refinery/location_explorer/engine.rb,
lib/refinery/location_explorer/configuration.rb,
app/models/refinery/location_explorer/location.rb,
app/models/refinery/location_explorer/owner_decorator.rb,
app/controllers/refinery/location_explorer/locations_controller.rb,
app/controllers/refinery/location_explorer/admin/locations_controller.rb

Defined Under Namespace

Modules: Admin Classes: Engine, Location, LocationsController, OwnerDecorator

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.rootObject



12
13
14
# File 'lib/refinery/location_explorer.rb', line 12

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

Class Method Details

.factory_pathsObject



16
17
18
# File 'lib/refinery/location_explorer.rb', line 16

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