We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e857e5 commit 61eeb6eCopy full SHA for 61eeb6e
app/controllers/api/v2/infrastructures_controller.rb
@@ -58,7 +58,7 @@ def profile_by_cluster_name
58
59
60
def profile_by_app_group_name
61
- @app_group = AppGroup.find_by(
+ @app_group = AppGroup.active.find_by(
62
name: params[:app_group_name],
63
)
64
0 commit comments