Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
allow nesting of new NodeGroups (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
big32mike authored May 19, 2021
1 parent c6cee2b commit 772b8f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/models/node_group_edge.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
class NodeGroupEdge < ApplicationRecord
validates_presence_of :to_id, :from_id

belongs_to :to, :class_name => 'NodeGroup'
belongs_to :from, :class_name => 'NodeGroup'

Expand Down

0 comments on commit 772b8f5

Please sign in to comment.