macro.rb 224 B

123456789
  1. # Copyright (C) 2012-2016 Zammad Foundation, http://zammad-foundation.org/
  2. class Macro < ApplicationModel
  3. include NotifiesClients
  4. include LatestChangeObserved
  5. store :perform
  6. validates :name, presence: true
  7. end