Method: ComfyPress::ActsAsTree::InstanceMethods#root?

Defined in:
lib/comfypress/extensions/acts_as_tree.rb

#root?Boolean

Checks if this node is a root

Returns:

  • (Boolean)


82
83
84
# File 'lib/comfypress/extensions/acts_as_tree.rb', line 82

def root?
  !self.parent_id
end