mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 06:56:23 +02:00
Fixed codeclimate errors
This commit is contained in:
parent
a5ffce290d
commit
7c570e2916
12 changed files with 114 additions and 103 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue