signatures.rb 359 B

1234567891011121314
  1. Signature.create_if_not_exists(
  2. id: 1,
  3. name: 'default',
  4. body: '
  5. #{user.firstname} #{user.lastname}
  6. --
  7. Super Support - Waterford Business Park
  8. 5201 Blue Lagoon Drive - 8th Floor & 9th Floor - Miami, 33126 USA
  9. Email: hot@example.com - Web: http://www.example.com/
  10. --'.text2html,
  11. updated_by_id: 1,
  12. created_by_id: 1
  13. )