Class: DomainController

Inherits:
ApplicationController
  • Object
show all
Defined in:
lib/domain_handler/controllers/domain_controller.rb

Overview

module DomainHandler end

Instance Method Summary collapse

Instance Method Details

#domains_updateObject



5
6
7
# File 'lib/domain_handler/controllers/domain_controller.rb', line 5

def domains_update
  puts "welcome to domains Update"
end

#testObject



9
10
11
# File 'lib/domain_handler/controllers/domain_controller.rb', line 9

def test
  puts "welcome to test"
end