mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 07:34:45 +02:00
Make Rubocop less whiny about things
This commit is contained in:
parent
18ce853420
commit
88a3a2ebac
1 changed files with 2 additions and 4 deletions
|
@ -41,11 +41,9 @@ class RetainedDomains
|
||||||
{
|
{
|
||||||
name: domain.name,
|
name: domain.name,
|
||||||
status: status,
|
status: status,
|
||||||
punycode_name: punycode
|
punycode_name: punycode,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
def count
|
delegate :count, to: :domains
|
||||||
domains.count
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue