mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Fix some CC issues
This commit is contained in:
parent
0d2cb6b7f2
commit
7c35083a8b
8 changed files with 48 additions and 30 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'serializers/repp/contact'
|
||||
module Repp
|
||||
module V1
|
||||
class ContactsController < BaseController
|
||||
class ContactsController < BaseController # rubocop:disable Metrics/ClassLength
|
||||
before_action :find_contact, only: %i[show update destroy]
|
||||
|
||||
api :get, '/repp/v1/contacts'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue