diff options
| author | _Tradam <[email protected]> | 2024-06-17 00:36:29 -0400 |
|---|---|---|
| committer | _Tradam <[email protected]> | 2024-06-17 00:36:29 -0400 |
| commit | 40860b70a2ffb58636b3bf6e6399f30e08eafec4 (patch) | |
| tree | b9a47e31efe9b2bb22f0fe33bf135503ef75072f | |
| parent | d4fe606b702ffc452cedcc7a6c555c04620dc3f1 (diff) | |
| download | gameHolster-40860b70a2ffb58636b3bf6e6399f30e08eafec4.tar.gz gameHolster-40860b70a2ffb58636b3bf6e6399f30e08eafec4.zip | |
test automated deployment
| -rw-r--r-- | app/controllers/api/v1/auth_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/v1/auth_controller.rb b/app/controllers/api/v1/auth_controller.rb index dd77c6a..f0cad2a 100644 --- a/app/controllers/api/v1/auth_controller.rb +++ b/app/controllers/api/v1/auth_controller.rb @@ -2,7 +2,7 @@ require 'net/http' require 'bcrypt' class Api::V1::AuthController < ApplicationController - before_filter :cors_accept + before_action :cors_accept class << self end |
