fix: include concern

This commit is contained in:
Shivam Mishra
2024-06-02 19:50:38 +05:30
parent db13956f81
commit f57d0f9da9
@@ -1,4 +1,5 @@
class Api::V1::Accounts::Google::AuthorizationsController < Api::V1::Accounts::BaseController
include GoogleConcern
before_action :check_authorization
def create