mirror of
https://github.com/internetee/registry.git
synced 2025-05-30 01:20:04 +02:00
108869472-templates
This commit is contained in:
parent
2fe026715a
commit
f142539827
6 changed files with 88 additions and 16 deletions
|
@ -1,8 +1,8 @@
|
|||
#class Admin::DomainVersionsController < AdminController
|
||||
#load_and_authorize_resource
|
||||
class Admin::DomainVersionsController < AdminController
|
||||
load_and_authorize_resource
|
||||
|
||||
# rubocop:disable Style/GuardClause
|
||||
#def index
|
||||
def index
|
||||
# @domain = Domain.where(id: params[:domain_id]).includes({versions: :item}).first
|
||||
# @versions = @domain.versions
|
||||
|
||||
|
@ -13,6 +13,6 @@
|
|||
# @pending_domain = Epp::Domain.find(@domain.id)
|
||||
# @pending_domain.update(frame, @pending_user, false)
|
||||
# end
|
||||
#end
|
||||
end
|
||||
# rubocop:enable Style/GuardClause
|
||||
#end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue