mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 06:48:01 -05:00
Moving views path to lib.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module Devise
|
||||
class Notifier < ::ActionMailer::Base
|
||||
self.view_paths.unshift(File.join(File.dirname(__FILE__), '..', '..', 'views'))
|
||||
self.view_paths.unshift(File.join(File.dirname(__FILE__), '..', 'views'))
|
||||
|
||||
def confirmation_instructions(record)
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user