class EmailLoggerGenerator

Public Instance Methods

copy_files(*args) click to toggle source
# File lib/generators/email_logger_generator.rb, line 10
def copy_files(*args)
  migration_template 'create_email_logs.rb', 'db/migrate/create_email_logs.rb'
end