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



22
23
24
# File 'authentication/lib/refinery/authentication.rb', line 22

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

+ (Object) root



26
27
28
# File 'authentication/lib/refinery/authentication.rb', line 26

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