Module: Refinery::Authentication

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

Defined Under Namespace

Classes: Engine

Class Method Summary (collapse)

Class Method Details

+ (Object) factory_paths



20
21
22
# File 'authentication/lib/refinery/authentication.rb', line 20

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

+ (Object) root



24
25
26
# File 'authentication/lib/refinery/authentication.rb', line 24

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