trabajo-afectivo/db/seeds/signatures.rb
2022-01-01 14:38:12 +01:00

16 lines
440 B
Ruby

# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
Signature.create_if_not_exists(
id: 1,
name: __('default'),
body: '
#{user.firstname} #{user.lastname}
--
Super Support - Waterford Business Park
5201 Blue Lagoon Drive - 8th Floor & 9th Floor - Miami, 33126 USA
Email: hot@example.com - Web: http://www.example.com/
--'.text2html,
updated_by_id: 1,
created_by_id: 1
)