class Totoro::UpdateGenerator

Public Instance Methods

copy_config_file() click to toggle source
# File lib/generators/totoro/update_generator.rb, line 8
def copy_config_file
  template 'update_totoro_failed_messages.rb', File.join('db/migrate', "#{Time.now.strftime('%Y%m%d%H%M%S')}_update_totoro_failed_messages.rb")
end