add has_actions to projects

This commit is contained in:
kingChan
2024-06-20 14:10:51 +08:00
parent 32b40487f6
commit ec01552818
20 changed files with 99 additions and 75 deletions

View File

@@ -16,12 +16,12 @@
# user_id :integer
# created_at :datetime not null
# updated_at :datetime not null
# label :string(255)
#
# Indexes
#
# by_name (name)
# index_action_nodes_on_action_types_id (action_node_types_id)
# index_action_nodes_on_user_id (user_id)
# index_action_nodes_on_action_node_types_id (action_node_types_id)
# index_action_nodes_on_user_id (user_id)
#
class Action::Node < ApplicationRecord