module Refinery::Authentication::Devise
Public Class Methods
email_from_name()
click to toggle source
# File lib/refinery/authentication/devise/configuration.rb, line 12 def email_from_name ::I18n.t( 'email_from_name', scope: 'refinery.authentication.config', default: config.email_from_name ) end
factory_paths()
click to toggle source
# File lib/refinery/authentication/devise.rb, line 17 def factory_paths @factory_paths ||= [ root.join("spec/factories").to_s ] end
root()
click to toggle source
# File lib/refinery/authentication/devise.rb, line 21 def root @root ||= Pathname.new(File.expand_path('../../../', __FILE__)) end