diff options
| author | realtradam <[email protected]> | 2024-06-08 00:16:57 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-08 00:16:57 -0400 |
| commit | db60994dfa088c44aecfceea6329934b1ce9f3b5 (patch) | |
| tree | b8ceb1f87a4816f4f07e0be113b8cdf0ab5fcdad | |
| parent | 310538bd9f7bcf893b163481116821c8db41dd2a (diff) | |
| download | gameHolster-db60994dfa088c44aecfceea6329934b1ce9f3b5.tar.gz gameHolster-db60994dfa088c44aecfceea6329934b1ce9f3b5.zip | |
update secret and syntax error
| -rw-r--r-- | app/controllers/platform_tags_controller.rb | 2 | ||||
| -rw-r--r-- | config/credentials.yml.enc | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/config/credentials.yml.enc b/config/credentials.yml.enc index 25b6620..fd41b67 100644 --- a/config/credentials.yml.enc +++ b/config/credentials.yml.enc @@ -1 +1 @@ -HhEMX48gAM2VNj0TAGlwGh9/831rPTdt0MeSODRbyYWc4iXOlC6nSJjxAG+oBITOnVcS0LKXdUPPCipSrO7IH8QEpYTHozSIHVAIvQ9MC59wBLk6mvh+cCtSMPGk+9Yurc5yF8V5phHrhVu6kXic4GpWl9zxmuSMJyorAA2jiQTicHeYwginiG6cOsrqTQr7UGICPRc5nv7htsATVGdftxhXpjeIdwpB7qp0bkQkCVsJyiFdZkifOTKmx/up8MaJmMx75Jm5pcutR6OUrPwSXG1PBXb8oisWW+Usa9WpzIkkq5KA4EQF/9ALj18VrfCWRI49wbXk3geU+uCpOJpG5Ie5HUXmF3/WF95VFzY7wlPS7bp0GZCNUYMw4RCWsSAo7Nauiu7IPNJV6NAH6puWp8ONdLy/--bKyY7fN7Zt/JarBJ--yIRpX5BKUcXPPMLOyb1vbA==
\ No newline at end of file +T1XFG7sWuEQHfdCe2e7DQTtavM2jWD3mgXC/oI/5/Pm+UU6u13d1sMiEmKRGErcuAqGz6C2/jvq0LfpGp8butHtXaRd0O0DESl5gMKqQLbuHpo+8PGjIfDriqcisYMkeQyJ5o/1E0NQbke5oEFXWO2nsHeTkx6+0Ex5fQ3m7ZjUfYAbQKgIuvBTy/XCB1l766BArK08otCJ270PSy24DddB8Gli9QIxLck5V9hU21uKiQ/OCOppYOakORmp9XD/xD6bxhY6heHpeuDjqnfM45+RElP22jS/jDQr+CIu/3H3x3KxPe6ikKHhHev5YBck8aT86dMMYJSsC8BNYI4r+JNJr0aOEVhaMW5KAEElK4rn84a7oPUhRYsY1NSpdbs+fPh9BiGLPoFHrIwYVAAO8M192yjYH--YEVp2SmwYFIjIGOE--MRACW3ors+Sxri+vr1J54A==
\ No newline at end of file |
