mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Add interactor for renewal
This commit is contained in:
parent
c0fc7ebca9
commit
7dd3005bf3
3 changed files with 18 additions and 3 deletions
13
app/interactions/domains/bulk_renew/start.rb
Normal file
13
app/interactions/domains/bulk_renew/start.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
module Domains
|
||||
module BulkRenew
|
||||
class Start < ActiveInteraction::Base
|
||||
array :domains do
|
||||
object class: Epp::Domain
|
||||
end
|
||||
|
||||
def execute
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue