diff options
Diffstat (limited to 'app/models/event.rb')
| -rw-r--r-- | app/models/event.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/event.rb b/app/models/event.rb index 26c79e4..de82674 100644 --- a/app/models/event.rb +++ b/app/models/event.rb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | class Event < ApplicationRecord | 1 | class Event < ApplicationRecord |
| 2 | include RruleHumanizer | ||
| 2 | 3 | ||
| 3 | belongs_to :node, optional: true | 4 | belongs_to :node, optional: true |
| 4 | has_many :occurrences | 5 | has_many :occurrences |
