Make more models (re-)seedable.

This commit is contained in:
Thorsten Eckel 2017-05-14 20:41:25 +02:00
parent 1425be7335
commit e4de5bb988
3 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@
class Macro < ApplicationModel
include ChecksClientNotification
include ChecksLatestChangeObserved
include CanSeed
store :perform
validates :name, presence: true

View file

@ -1,5 +1,6 @@
class ObjectManager::Attribute < ApplicationModel
include ChecksClientNotification
include CanSeed
self.table_name = 'object_manager_attributes'

View file

@ -2,6 +2,7 @@
class Trigger < ApplicationModel
include ChecksConditionValidation
include CanSeed
store :condition
store :perform