mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +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,
|
||||
status: status,
|
||||
punycode_name: punycode
|
||||
punycode_name: punycode,
|
||||
}
|
||||
end
|
||||
|
||||
def count
|
||||
domains.count
|
||||
end
|
||||
delegate :count, to: :domains
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue