Fixed codeclimate errors

This commit is contained in:
Sergei Tsõganov 2022-06-06 16:12:16 +03:00
parent a5ffce290d
commit 7c570e2916
12 changed files with 114 additions and 103 deletions

View file

@ -1,6 +1,6 @@
module Repp
module V1
class AccountController < BaseController
class AccountController < BaseController # rubocop:disable Metrics/ClassLength
load_and_authorize_resource
api :get, '/repp/v1/account'