class Malina::ViewsGenerator
Public Instance Methods
copy_views_file()
click to toggle source
# File lib/generators/malina/views_generator.rb, line 8 def copy_views_file copy_file 'index.html.erb', Rails.root.join('app/views/malina/emails/index.html.erb') copy_file 'show.html.erb', Rails.root.join('app/views/malina/emails/show.html.erb') end