Method: Elabs::Generators::DeviseMailerViewsGenerator#set_source_paths

Defined in:
lib/generators/elabs/devise_mailer_views_generator.rb

#set_source_pathsObject



10
11
12
13
14
15
# File 'lib/generators/elabs/devise_mailer_views_generator.rb', line 10

def set_source_paths
  @source_paths = [
    File.expand_path('../templates', __dir__),
    File.expand_path('../../..', __dir__)
  ]
end