2016-10-19 03:11:36 +00:00
|
|
|
# Copyright (C) 2012-2016 Zammad Foundation, http://zammad-foundation.org/
|
2015-10-15 13:23:41 +00:00
|
|
|
|
|
|
|
class Macro < ApplicationModel
|
|
|
|
store :perform
|
|
|
|
validates :name, presence: true
|
|
|
|
|
2016-03-12 00:49:51 +00:00
|
|
|
notify_clients_support
|
|
|
|
latest_change_support
|
|
|
|
|
2015-10-15 13:23:41 +00:00
|
|
|
end
|