summaryrefslogtreecommitdiffhomepage
path: root/app/controllers
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-08 00:16:57 -0400
committerrealtradam <[email protected]>2024-06-08 00:16:57 -0400
commitdb60994dfa088c44aecfceea6329934b1ce9f3b5 (patch)
treeb8ceb1f87a4816f4f07e0be113b8cdf0ab5fcdad /app/controllers
parent310538bd9f7bcf893b163481116821c8db41dd2a (diff)
downloadgameHolster-db60994dfa088c44aecfceea6329934b1ce9f3b5.tar.gz
gameHolster-db60994dfa088c44aecfceea6329934b1ce9f3b5.zip
update secret and syntax error
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/platform_tags_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/platform_tags_controller.rb b/app/controllers/platform_tags_controller.rb
index 538fe59..e3f7392 100644
--- a/app/controllers/platform_tags_controller.rb
+++ b/app/controllers/platform_tags_controller.rb
@@ -3,6 +3,6 @@ class PlatformTagsController < ApplicationController
end
def create
tag = PlatformTag.create!(user_params)
- render json: { status: "OK", message "Tag created" }, status: 201
+ render json: { status: "OK", message: "Tag created" }, status: 201
end
end