mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
Story#105997358 added more states which prohibit domain to be renewed + simplier days calculation
This commit is contained in:
parent
736aff0fc8
commit
c7cd394214
2 changed files with 11 additions and 2 deletions
5
config/initializers/array.rb
Normal file
5
config/initializers/array.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class Array
|
||||
def include_any? *args
|
||||
(self & args).any?
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue